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
apriori
toprior
. gum::CliqueGraph::addNode{WithId}
with the same syntax as in other graphs.- [act] Improving the compliance for various microsoft compilers.
- [act] option
-windows
is now-compiler
and acceptsgcc
orclang
when platform is linux or mac. - [act] options
--clangpath
add--gccpath
to 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
genericBNLearner
toIBNLearner
. - Adding
gum::learning::BNLearner::useDirichletPriorFromBN
.
- Moving naming convention from
-
pyAgrum
- Moving naming convention from
apriori
toprior
. - 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