Skip to content

Releases: bnediction/mpbn

4.3.2

09 Mar 10:09

Choose a tag to compare

  • use pyeda as default boolean backend only if installed

4.3.1

02 Feb 16:14

Choose a tag to compare

  • conda package: add pyeda as dependency

4.3

26 Nov 22:36

Choose a tag to compare

4.3
  • avoid DNF transformation if not necessary

Full Changelog: v4.2...v4.3

4.2: improve API for mpbn.simulation

01 Oct 20:05

Choose a tag to compare

  • Handle more gracefully the case when the number of reachable attractors with proba>0 is zero #4

Full Changelog: v4.1...v4.2

4.1

29 Jan 17:41

Choose a tag to compare

4.1
  • bugfix aeon import of constants functions

4.0

10 Jan 16:06

Choose a tag to compare

4.0

What's Changed

  • Use AEON by default for manipulating Boolean functions. This can be changed using MPBN_BOOLFUNCLIB=pyeda environment variable, or boolfunclib option.

Full Changelog: v3.8...v4.0

3.8: optimizations

28 Aug 13:45

Choose a tag to compare

🚀 Optimizations

  • load ASP code at once
  • introduce CLINGO_OPTS environment variable to pass options to clingo
  • add optimized methods for counting solutions

🗒️ Full Changelog: v3.5...v3.8

mpbn 3.5

30 May 11:31

Choose a tag to compare

New feature:

mpbn 3.4

28 Mar 14:33

Choose a tag to compare

mpbn.simulation:

  • API improvement for sampling intermediate configurations
  • new sample_trace and sample_switchpoint functions

3.3: tuning ASP encoding for non-montone functions

30 Aug 12:24

Choose a tag to compare

v3.3

cli: give options for controlling simplifications