Skip to content

Releases: colomoto/colomoto-jupyter

0.8.8

18 Sep 15:35
Compare
Choose a tag to compare

minibn:

  • add BooleanNetwork.save method

0.8.7

27 Apr 20:06
Compare
Choose a tag to compare
  • fix minibn.BooleanNetwork.__call__

0.8.6

26 Apr 10:33
Compare
Choose a tag to compare

Changes:

  • minibn: improve constants() and simplify() methods

Bugfixes:

  • modelchecking: fix ITS formula syntax

0.8.5

07 Apr 21:52
Compare
Choose a tag to compare
  • minibn: workaround evaluation of constants

0.8.4

08 Jun 08:43
Compare
Choose a tag to compare
  • minibn.BooleanNetwork: support for comments in .bnet rules

0.8.3

12 Apr 14:35
Compare
Choose a tag to compare
  • compatibility with Python 3.10

colomoto.minibn.BooleanNetwork:

  • add make_hash method (c719f65)
  • random_walk stops at fixed points

0.8.2

28 Aug 20:25
Compare
Choose a tag to compare

miniBN (colomoto.minibn):

  • add loops option for *Dynamics
  • add generic random walk for UpdateModeDynamics sub-classes

Others:

  • fix setup_helper on Windows + add possibility to invoke within Python

v0.8.1

28 Jan 21:28
Compare
Choose a tag to compare

minibn:

  • API change for Dynamics classes
  • BlockParallelDynamics

v0.8.0

26 Jan 21:57
Compare
Choose a tag to compare

minibn.BooleanNetwork:

  • add dynamics and partial_dynamics methods to compute state transition graph with various update modes
  • implemented update modes: synchronous, asynchronous, general, and bloc-sequential

v0.7.90

08 Dec 10:22
Compare
Choose a tag to compare

Major changes:

  • colomoto.io.ensure_localfile caches the model file by default.
    The previous behaviour can be enforced by setting colomoto_jupyter.conf.auto_persistent = False