aGrUM/pyAgrum 1.17.1 released

   -- Posted on Fri 08 November 2024 in News

ANNOUNCE: aGrUM 1.17.1

aGrUM/pyAgrum 1.17.1 is out.

  • aGrUM

    • Fixed extra semicolon.
  • pyAgrum

    • Fixed some pyAgrum types in generated files.
    • Added check for pandas in tests.
    • Renamed files in module pyAgrum.clg.
    • Fixed METADATA for pypi.

Continue reading

aGrUM/pyAgrum 1.17.0 released

   -- Posted on Sat 19 October 2024 in News

ANNOUNCE: aGrUM 1.17.0

aGrUM/pyAgrum 1.17.0 is out.

  • pyAgrum
    • Added support for python 3.13.
    • Added generator pyAgrum.Instantiation.loopIn() to iterate on an pyAgrum.Instantiation.
    • Significantly accelerated pyAgrum.Potential.fillFromDistribution().
    • Major acceleration of pyAgrum.clg.ForwardSampling.make_sample().

Continue reading

aGrUM/pyAgrum 1.16.0 released

   -- Posted on Wed 02 October 2024 in News

ANNOUNCE: aGrUM 1.16.0

aGrUM/pyAgrum 1.16.0 is out.

  • aGrUM

    • Added 3 behaviors for generating sampling from gum::DiscretizedVariable in gum::BNDatabaseGenerator : INTERVAL/MEDIAN/RANDOM. The default was INTERVAL and is now RANDOM.
    • Added timeout for gum::BNDatabaseGenerator to prevent slowish (maybe infinite) rejection sampling.
    • Added two …

Continue reading