aGrUM/pyAgrum 1.13.0 released
Posted on Thu 28 March 2024 in News
ANNOUNCE: aGrUM 1.13.0
aGrUM/pyAgrum 1.13.0 is out.
- Internal
- New servers for (linux and windows) CI !
-
aGrUM
- Fast syntax for empirical
gum::DiscretizedVariable: name suffixed by '+'. - Reorganizing a bit
gum::DiscreteVariable's hierarchy. - Working on quasi-continuous (numerical discrete variable with large domain size) :
- Logical operators (
&,|,~) to combine evidence (monodimensionnalgum::Potentialnot forced to sum to 1). - New
gum::Potentialandgum::BayesNetmethods to generate numerical evidence :evEq,evIn,evLt,evGt. - Fast syntax now accepts any type as default (and not only the size of the domain).
- Logical operators (
- Fast syntax for empirical
-
pyAgrum
- Fixing a bug in `pyAgrum.lib.bn2scores.
- Fast syntax for empirical
pyAgrum.DiscretizedVariable: name suffixed by '+'. - Reorganizing
pyAgrum.lib._colors.pyandpyAgrum.lib.utils.py. - Changing a default for
pyAgrum.Instantiation.todict. - Improving (a lot) histograms for
pyAgrum.DiscretizedVariable. - Working on quasi-continuous (numerical discrete variable with large domain size) :
- Logical operators (
&,|,~) to combine evidence (monodimensionnalpyAgrum.Potentialnot forced to sum to 1). - New
pyAgrum.PotentialandpyAgrum.BayesNetmethods to generate numerical evidence :evEq,evIn,evLt,evGt. - Fast syntax now accepts any type as default (and not only the size of the domain).
pyAgrum.Potentialaccepted as evidence for all inference.- Long-awaited
pyAgrum.Potential.fillFrom{Function|Distribution}.
- Logical operators (
- Adding
pyAgrum.config.{push|pop}. - Removing obsolete code for
python2.7. - Removing some oldest deprecationWarning.
- Adding 'iter' for graphs, graphical models, variable and potentials.