Releases: colomoto/colomoto-jupyter
Releases · colomoto/colomoto-jupyter
0.8.9
- improve constant detection in
minibn.struct_of_dnf
colomoto.types
: improve compatibility with espresso alternatives
0.8.8
minibn
:
- add
BooleanNetwork.save
method
0.8.7
- fix
minibn.BooleanNetwork.__call__
0.8.6
Changes:
minibn
: improve constants()
and simplify()
methods
Bugfixes:
modelchecking
: fix ITS
formula syntax
0.8.5
minibn
: workaround evaluation of constants
0.8.4
minibn.BooleanNetwork
: support for comments in .bnet
rules
0.8.3
- compatibility with Python 3.10
colomoto.minibn.BooleanNetwork
:
- add
make_hash
method (c719f65)
random_walk
stops at fixed points
0.8.2
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
minibn
:
- API change for Dynamics classes
BlockParallelDynamics
v0.8.0
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