aGrUM/pyAgrum 0.16.2 released
Posted on Sat 21 September 2019 in News
ANNOUNCE: aGrUM 0.16.2
aGrUM/pyAgrum 0.16.2 is out.
Changelog for 0.16.2
- pyAgrum
- remove the use of 'f-strings' in
pyAgrum.lib.notebook.py
- remove the use of 'f-strings' in
Changelog for 0.16.1
-
aGrUM
- improve the syntax for BN specification using
gum::fastPrototype
- improve several CMakeFiles.txt and doxygen documentation
- add CI for python 2.7
- refresh
gum::BayesNet::toString()
- API change :
gum::MarkovBlanket()::{mb()
->gum::MarkovBlanket::dag()}
- improve the syntax for BN specification using
-
pyAgrum
pyAgrum.config
object for customization (see notebook 08-configForPyAgrum)- improving the syntax for BN specification using
pyAgrum.fastBN
- improving pyAgrum's documentation
- add
pyAgrum.causal.counterfactual
andpyAgrum.causal.counterfactualModel
(see notebook 55-Causality_Counterfactual) - improve plots for histograms (particularly : now svg image by default)
- add
pyAgrum.Potential.fullWithFunction()
- add
pyAgrum.{any graph-like}.connectedComponents()
- add
pyAgrum.BayesNet.parents()
andpyAgrum.BayesNet.children()
with the name of node. pyAgrum.MarkovBlanket(bn,var,level)
build now a level-th order Markov Blanket (by default level=1)- add access to constants
pyAgrum.VarType_{Discretized|Labelized|Range}
when testingpyAgrmu.{any discrete variable}.varType()
- API change :
pyAgrum.MarkovBlanket().{mb()
->dag()}
- add
pyAgrum.lib.bn_vs_bn.GraphicalBNComparator.hamming()