aGrUM/pyAgrum 1.13.2 released
Posted on Thu 09 May 2024 in News
ANNOUNCE: aGrUM 1.13.2
aGrUM/pyAgrum 1.13.2 is out.
-
aGrUM
- Better (compact) format for numerical labels.
- Better uniformly distributed random discrete distribution.
-
pyAgrum
- Better (compact) format for numerical labels.
- Better uniformly distributed random discrete distribution.
- Continue to implement some automatic
pyAgrum.Potential
filling tools withpyAgrum.Potential.fillFromExpression
. - Working on better plots for probability+utility
- Speeding up
gum.BayesNet.addArcs()
with jit memory allocation - Slight adjustments to histogram display.
- Fixing documentation of
gum.BNLearner.mutualInformation
. - Fixing (deprecated) arguments in
pyAgrum.skbn.BNClassifier
's methods.