aGrUM/pyAgrum 1.14.0 released
Posted on Wed 12 June 2024 in News
ANNOUNCE: aGrUM 1.14.0
aGrUM/pyAgrum 1.14.0 is out.
-
aGrUM
gum::Potential::marg{Xyz}{In|Out}
are renamedgum::Potental::{xyz}{In|Out}
to cut down on some verbosity. (for instance :p.margSumOut
becomesp.sumOut
)- Better error messages for
gum::BNLearner<GUM_DATA>
-
pyAgrum
- Dropping support of python 3.8 (following NEP29).
- Fixing some memory leaks (in special cases) found by Christophe Gonzales
- new
pyAgrum.lib.explain.generalizedMarkovBlanket{Names}
and documentation. pyAgrum.Potential.marg{Xyz}{In|Out}
are renamedpyAgrum.Potental.{xyz}{In|Out}
to cut down on some verbosity. (for instance :p.margSumOut
becomesp.sumOut
)- Better error messages for
pyAgrum.BNLearner
- Adding new python's experimental model : Conditional Linear Gaussian (
pyAgrum.clg.*
) : model, learning and inference.