aGrUM/pyAgrum 0.22.1 released

Posted on Thu 09 September 2021 in News

ANNOUNCE: aGrUM 0.22.1

aGrUM/pyAgrum 0.22.1 is out.

Changelog for 0.22.1

  • aGrUM

    • fix issue #69 (no more final destructor),
    • update Coco/R parsers (notations and explicit casts),
    • better gum::SyntaxError (access to filename),
    • remove many redundant ';' in testsuites,
    • better option --stats for act,
    • gum.[model].fastPrototype now accepts multiline specifications.
  • pyAgrum

    • better pyAgrum.SyntaxError treated as python's SyntaxError,
    • much better annotations for types declaration in python codes,
    • improving documentation,
    • update pyAgrum.causal,
    • gum.fast[Model] now accepts multiline specifications,
    • gum.DiscreteVariable are now hashable.