aGrUM/pyAgrum 0.22.8 released
Posted on Tue 22 February 2022 in News
ANNOUNCE: aGrUM 0.22.8
aGrUM/pyAgrum 0.22.8 is out.
Changelog for 0.22.8
-
aGrUM
- Remove clang 13 warnings (thanks to Julien Schueller).
- Add the ability to chain many methods in
gum::learning::BNLearner.
-
pyAgrum
- Reorganization of notebooks.
- Add
pyAgrum.lib.image.export[Inference]with no filename in order to export anumpy.arrayready formatplotlib.pyplot.imshow()(thanks to Mads Lindskou). - Improve
pyAgrum.bn_vs_bngraphical diff between BNs with many style configurations inpyAgrum.config. - Cosmetic improvements for
pyAgrum.lib.bn2scores. - Add an access to
pyAgrum.lib.explain.getInformationGraphin order to export the image (thanks to Dennis Mac R). -
pyAgrum.BNLearner- Add the ability to chain many methods in
pyAgrum.BNLearner. - Add an easy-to-use
pyAgrum.BNLearner.fitParametersto learn in-place the parameters of the argument. - Add
pyAgrum.BNLearner.learnEssentialGraph.
- Add the ability to chain many methods in
-
pyAgrum.lib.notebook- Add
_repr_html_topydot.Dot. - Add an easier-to-use
pyAgrum.lib.notebook.flow.add(obj,caption). - Add the ability to chain many methods in
pyAgrum.lib.notebook.flow. - Move from
titletocaptionas argument forpyAgrum.lib.notebook.flow's methods. - Improve graphical representation for
pyAgrum.lib.notebook.showInformation(). - Add a new argument
ncolstopyAgrum.lib.notebook.sideBySidein order to use it as a grid (and not only as a line).
- Add