aGrUM/pyAgrum 0.17.0 released
Posted on Thu 23 January 2020 in News
ANNOUNCE: aGrUM 0.17.0
aGrUM/pyAgrum 0.17.0 is out.
Changelog for 0.17.0
-
pyAgrum
- Update requirements
- Improve
classifier.py - Documentation improvements
- Remove '?' from names in some resources files concerning Asia
- Updating API for
pyAgrum.Instantiation(accessor using name of variables) - Important internal updates for the relation between
numpy.arrayandpyAgrum.Potential(with a significant speed-up) - Add operators between
pyAgrum.Potentialand numbers - Fix a bug when using
pydotpluswithsize=None - Fix minor bugs in
pyAgrum.fastBNand inpyAgrum.O3prmBNWriter/Reader - Add
pyAgrum.Potential.log2()method andpyAgrum.log2(pyAgrum.Potential)function - Add
pyAgrum.BayesNet.clear()method
-
aGrUM
- Updating API for
gum::Instantiation(accessor using name of variables) - Add operators between
gum::Potential<GUM_SCALAR>andGUM_SCALAR - Fix minor bugs in
gum::fastPrototypeand ingum::O3prmBNWriter/Reader - Add
gum::multiDimDecorator::erase(std::string& name)(mainly used asgum::Potential::erase(std::string& name)) - Add
gum::BayesNet<GUM_SCALAR>::clear()method
- Updating API for