aGrUM/pyAgrum 0.22.0 released
Posted on Sat 07 August 2021 in News
ANNOUNCE: aGrUM 0.22.0 : first release compatible with python>3.6 only.
aGrUM/pyAgrum 0.22.0 is out.
As planned, 0.22.0 is the first version of pyAgrum that does not support python<3.7 (including 2.7).
-
aGrUM
- fix issue #27
- (act) remove (hopefully) all the codes to support both python. In particular, there is no more options for act to choose the targeted version of python.
- (ci/deploy) removing 2.7 tests and deploy (thanks to @Aspard)
- better and customized type induction when learning Bayesian networks from CSV.
- new constructor for
gum::learning::BNLearner
to activate/deactivate the type induction when reading a csv file. (thanks to @gonzalesc)
-
pyAgrum
- remove a large part of the codes dedicated to python2 in the wrapper (
wrapper/python/generated-files2
) and inpyAgrum.lib
. To be cont'd. - many improvements due to linter (pylint especially) in
pyAgrum.lib
. - graphical improvement in
pyAgrum.lib.bn2roc
thanks to Clara Charon. - new constructor for
gum.BNLearner
to activate/deactivate the type induction when reading a csv file.
- remove a large part of the codes dedicated to python2 in the wrapper (