aGrUM/pyAgrum 0.15.1 released
Posted on Wed 19 June 2019 in News
ANNOUNCE: aGrUM 0.15.1
aGrUM/pyAgrum 0.15.1 is out.
Changelog for 0.15.1
- aGrUM
- add forgotten
addPossibleEdgeconstraint forLocalSearchWithTabuListlearning algorithm inBNLearner. - bug fix in exact inference leading to an erroneous exception.
- Better iterated random test for sampling inference
- add forgotten
- 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
addPossibleEdgeconstraint forLocalSearchWithTabuListlearning algorithm inBNLearner. - bug fix in exact inference leading to an erroneous exception.
- internal
- new values for act
-joption (number of jobs for compilation) :all,except1,half,halfexcept1. - several bugfixes in CI
- new values for act