aGrUM/pyAgrum 0.20.0 released
Posted on Thu 08 April 2021 in News
ANNOUNCE: aGrUM 0.20.0
aGrUM/pyAgrum 0.20.0 is out.
Changelog for 0.20.0
0.20.0 is the last minor release before 1.0.0.
-
aGrUM
- Workaround for OMP with MVSC
- Refreshing doxygen configuration file
- Graph methods for
childrenandparentsof sets of nodes. - Renaming
core/math/math.htocore/math/math_utils.hto avoid clash names and false warnings from linters - work on CIs
- Fix and typos from F.Keidel
- Improving API of
gum::BayesNetFragment(for instance, non-implementedgum::BayesNetFragment::VariableNodeMap). - Major changes (and typos and bug fixes) in
gum::CN::CredalNetwork's API - Fixing minor bugs in inference for
gum::CN::CredalNet - (internal) re-organizing files and folders for Credal Networks
- (internal) fixing bug in organization of inline/tpl/source files for
gum::credal::lp::LpInterface
-
pyAgrum
- (internal) Better logic and automatic generation for the multiple "requirements.txt".
- Graph methods for
childrenandparentsof sets of nodes. pyAgrum.notebook.exportandpyAgrum.notebook.exportInferenceto export as png, pdf(, etc.) PGM and inference in PGM- Fix several tests
- Fix and typos from F.Keidel
- Adding
gum.Instantiation.addVarsFromModeland allowing chainedgum.Instantiation.add(). - Fixing some broken links in documentation.
- Updating
gum.skbnfor non-binary classifier (see notebooks). - Improving notebooks for classifiers.
- Major changes in
gum.CredalNetwork's API - Specific visualisation for credal networks
- Graphical visualisation of inference with credal networks (
) - Adding some example for credal networks in notebooks