Skip to content

Commit

Permalink
Merge pull request #69 from IDSIA/dev
Browse files Browse the repository at this point in the history
Release 0.1.7 (nice)
  • Loading branch information
cbonesana authored Mar 26, 2021
2 parents 81064d4 + bfc55fd commit d552cdd
Show file tree
Hide file tree
Showing 375 changed files with 8,980 additions and 44,683 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
log/
target/


# custom ignoring patterns
*_ignored*
*_ig*
*_old.py


#docs
*/docs/_build/*

.vscode/
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
0.1.7
===========

- Refactoring of `Inference` and `Preprocessing` hierarchies ( #66 )
- Added `Loopy Belief Propagation` algorithm ( #63 #64 #65 #67 )
- Fixed #48, an issue with `Belief Propagation` caused by wrong management of messages.
- Fixed a minor issue in BeliefPropagation (introduced in 0.1.6.b)
- Added a parser for the `BIF` format ( #51 )
- Fixed #56, #62
- Minor change to `BayesianNetworkSampling` class
- Updated `Sampling`algorithms ( #67 )
- Merged #70 #71

0.1.6
===========

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Build Status](https://travis-ci.org/IDSIA/crema.svg?branch=master)](https://travis-ci.org/IDSIA/crema)


<img src="./docs/_static/img/logo.png" alt="Crema" width="500"/>
<img src="docs/static/img/logo.png" alt="Crema" width="500"/>

CreMA is a open-source java toolbox that provides multiple
learning and inference algorithms for credal models.
Expand Down
Binary file removed docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/notes/cheatsheet.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/notes/contact.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/notes/getting30s.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/notes/guideinference.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/notes/installation.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/notes/markdownguide.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/notes/modeldef.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/notes/requirements.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/requirements.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions docs/_build/html/.buildinfo

This file was deleted.

Binary file removed docs/_build/html/.doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/_build/html/.doctrees/index.doctree
Binary file not shown.
Binary file removed docs/_build/html/.doctrees/notes/cheatsheet.doctree
Binary file not shown.
Binary file removed docs/_build/html/.doctrees/notes/contact.doctree
Binary file not shown.
Binary file removed docs/_build/html/.doctrees/notes/getting30s.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/_build/html/.doctrees/notes/modeldef.doctree
Binary file not shown.
Binary file not shown.
Binary file removed docs/_build/html/.doctrees/requirements.doctree
Binary file not shown.
Binary file not shown.
Binary file removed docs/_build/html/.doctrees/tutorials/domains.doctree
Binary file not shown.
Binary file removed docs/_build/html/.doctrees/tutorials/factors.doctree
Binary file not shown.
Binary file not shown.
Empty file removed docs/_build/html/.nojekyll
Empty file.
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file removed docs/_build/html/_images/logo1.png
Binary file not shown.
87 changes: 0 additions & 87 deletions docs/_build/html/_sources/index.rst.txt

This file was deleted.

45 changes: 0 additions & 45 deletions docs/_build/html/_sources/notes/cheatsheet.rst.txt

This file was deleted.

29 changes: 0 additions & 29 deletions docs/_build/html/_sources/notes/contact.rst.txt

This file was deleted.

12 changes: 0 additions & 12 deletions docs/_build/html/_sources/notes/getting30s.rst.txt

This file was deleted.

23 changes: 0 additions & 23 deletions docs/_build/html/_sources/notes/guideinference.rst.txt

This file was deleted.

23 changes: 0 additions & 23 deletions docs/_build/html/_sources/notes/installation.rst.txt

This file was deleted.

67 changes: 0 additions & 67 deletions docs/_build/html/_sources/notes/markdownguide.md.txt

This file was deleted.

Loading

0 comments on commit d552cdd

Please sign in to comment.