Skip to content

Releases: sysbio-curie/MaBoSS

v2.6.5.3: Added MSVC Windows libraries

20 Dec 00:01

Choose a tag to compare

Using default naming for libraries

v2.6.5.2: Fix library packaging, updating workflows

17 Dec 11:57

Choose a tag to compare

cMaBoSS 1.0.0b31: python 3.14 compatible release

18 Oct 01:23

Choose a tag to compare

v2.6.5.1

Bumped cmaboss to 1.0.0b31

v2.6.5: Node scheduling, fix cmaboss formula parsing

28 Aug 13:08

Choose a tag to compare

  • First release of node scheduling, for maboss and cmaboss
  • Fix a bug in parsing formulas in cmaboss
  • Added dynbitset version to releases

Full Changelog: v2.6.4...v2.6.5

v2.6.4: : Bugfix Physical Random Number Generator on windows

26 Aug 22:08

Choose a tag to compare

  • Automatically switching to Mersenne twister RNG on Windows when cfg is set to physical random number generator

v2.6.3: Experimental support for node scheduling

24 Aug 19:39

Choose a tag to compare

  • Experimental support for node scheduling, accessible from the .cfg file. Ex:
TNF.schedule = 20:0.1, 40:0.9, 60:0.1, 80:0.9, 100:0.1;

will activate TNF for 10% of the trajectories at time=20, activate it for 90% at time=40, activate it for 10% at time=60, ...

  • Test for cmaboss and maboss are now in different folders (should fix file clobbing issues).

v2.6.2: Windows support for conda packages, cmaboss conda and wheels.

16 May 21:33

Choose a tag to compare

  • Windows version of conda package
  • Windows version of cmaboss
  • Dynamical bitset now part of releases (experimental)
  • Fix ensemble simulation when sample_count < emsemble size
  • Fix out of bounds in trajectory epilogue
  • Implemented support for std::thread
  • MSVC compatibility
  • New build system with cmake
  • Reorg of source files

v2.6.1: cMaBoSS overhaul, Fix bug with missing timesteps, Added custom PopMaBoSS output

18 Feb 21:23

Choose a tag to compare

  • cMaBoSS overhaul : improved structure, added many methods to modify MaBoSS and PopMaBoSS simulation objects.
  • Fix bug which skipped timesteps at the end of simulations
  • Added custom output for PopMaBoSS, allowing to cumulate directly on simple metrics.
  • Added durations to Observed graphs.

v2.6.0: Observed State Transition Graphs, PopMaBoSS MPI

12 Sep 18:33

Choose a tag to compare

  • Introducing Observed State Transition Graphs, based on a selected list of nodes
  • MPI Support for PopMaBoSS
  • Support of HDF5 export (experimental)
  • Granular pop size in PopMaBoSS (experimental)
  • Python 3.13 support in PyPi (experimental)
  • Tests now using latest libSBML version (5.20.4)

Added numpy 2.0 support for cMaBoSS, improved memory management.

12 Sep 18:32

Choose a tag to compare

MaBoSS:

  • Fix a few memory leaks in PopMaBoSS model parsing

cMaBoSS:

  • Added support for numpy 2.0
  • Now forcing malloc to release memory
  • Added support for PopMaBoSS