aGrUM/pyAgrum 0.20.2 released
Posted on Sun 02 May 2021 in News
ANNOUNCE: aGrUM 0.20.2
aGrUM/pyAgrum 0.20.2 is out.
Changelog for 0.20.2
-
aGrUM
- Add a check on parameters when building a
gum::credal::CredalNet
from BNmin and BNmax: 'are Pmin<=Pmax' ?". - Fix a bug, and a visualisation of results on decision nodes with deterministic optimal strategy in
gum::InfluenceDiagram
.
- Add a check on parameters when building a
-
pyAgrum
- Add a check on parameters when building a
gum.CredalNet
from BNmin and BNmax: 'are Pmin<=Pmax' ?". - Fix a bug and add a better visualisation of results on decision nodes with deterministic optimal strategy in
gum. InfluenceDiagram
. - Add some options for notebook and influence diagrams in
gum.config
. Notably, add agum.notebook. show_inference_time
- Fixes and typos in notebooks
- Finally, add a working version of
gum.lib.notebook.exportInference
to create pdf from an inference. Withgum. lib.notebook.export
, it is now possible to export all kind of pyAgrum's graphs into pdf from a notebook. - new methods:
pyAgrum.Potential.topandas()
,pyAgrum.Potential.tolatex()
- Add a check on parameters when building a