aGrUM/pyAgrum 1.2.0 released
Posted on Tue 05 July 2022 in News
ANNOUNCE: aGrUM 1.2.0
aGrUM/pyAgrum 1.2.0 is out.
Changelog for 1.2.0
-
aGrUM
- Moving naming convention from
aprioritoprior. gum::CliqueGraph::addNode{WithId}with the same syntax as in other graphs.- [act] Improving the compliance for various microsoft compilers.
- [act] option
-windowsis now-compilerand acceptsgccorclangwhen platform is linux or mac. - [act] options
--clangpathadd--gccpathto specify the path of the compilers (if those compilers are not in PATH). - Changing internal representation of
gum::Exception(now derived fromstd::exception). - Adding a new prior :
gum::learning::DirichelPriorFromBN. - Renaming
genericBNLearnertoIBNLearner. - Adding
gum::learning::BNLearner::useDirichletPriorFromBN.
- Moving naming convention from
-
pyAgrum
- Moving naming convention from
aprioritoprior. - Adding
pyAgrum.BNLearner.useDirichletPriorFromBN. - Adding a new function
gum::mutilateBN. pyAgrum.CliqueGraph.addNode{WithId}with the same syntax as in other graphs.
- Moving naming convention from