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 to prior.
    • 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 accepts gcc or clang 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 from std::exception).
    • Adding a new prior : gum::learning::DirichelPriorFromBN.
    • Renaming genericBNLearner to IBNLearner.
    • Adding gum::learning::BNLearner::useDirichletPriorFromBN.
  • pyAgrum

    • Moving naming convention from apriori to prior.
    • Adding pyAgrum.BNLearner.useDirichletPriorFromBN.
    • Adding a new function gum::mutilateBN.
    • pyAgrum.CliqueGraph.addNode{WithId} with the same syntax as in other graphs.