aGrUM/pyAgrum 1.10.0 released
Posted on Thu 19 October 2023 in News
ANNOUNCE: aGrUM 1.10.0
aGrUM/pyAgrum 1.10.0 is out.
-
aGrUM
- add contraints to
MIICBN learning algorithm. MIICis now the default forgum::BNLearner.- Fixing some minor bugs in
gum::BNLearner. - Removing old
3off2BN learning algorithm (use MIIC instead). - adding
pyAgrum::MIIC::learnPDAGand give access to this method viagum::BNLearner.
- add contraints to
-
pyAgrum
- package for python 3.12 !
- New configuration for specification of graphviz engine and rankdir .
- Constraint for
MIICalgorithm inpyAgrum.BNLearner. MIICis now the default forpyAgrum.BNLearner.- Fixing minor bugs in
pyAgrum.BNLearner. - new method
pyAgrum.BNLearner.learnPDAG. - Back to classical representation of do() operator in
pyAgrum.causal. - Examples from the Book Of Why (Pearl) are now in the sphinx documentation.
- The name of a loaded BN should not include the complete path but only the name of the file (thanks to Jules Cassan).