aGrUM/pyAgrum 0.15.1 released

Posted on mer. 19 juin 2019 in News

ANNOUNCE: aGrUM 0.15.1

aGrUM/pyAgrum 0.15.1 is out.

Changelog for 0.15.1

  • aGrUM
    • add forgotten addPossibleEdge constraint for LocalSearchWithTabuList learning algorithm in BNLearner.
    • bug fix in exact inference leading to an erroneous exception.
    • Better iterated random test for sampling inference
  • pyAgrum
    • update path for new notebooks location for CI and documentation
    • nightly build with pip : use now pip install pyAgrum-nightly
    • API change in gum.lib.dynamicBN : plotFollowUnrolled(lovars, dbn, T, evs)
    • add forgotten addPossibleEdge constraint for LocalSearchWithTabuList learning algorithm in BNLearner.
    • bug fix in exact inference leading to an erroneous exception.
  • internal
    • new values for act -j option (number of jobs for compilation) : all, except1, half, halfexcept1.
    • several bugfixes in CI