- Added support for Observed State Transition Graphs, a new functionality introduced in MaBoSS 2.6.0 - Improved Lazy loading support for very large PopMaBoSS simulations
0.8.8
- Initial support of PopMaBoSS, using cmaboss or existing simulation files. - Updated version of cMaBoSS (v1.0.0b24), which comes with numpy 2.0 support and memory improvements on linux - pipelines.filter_sensitivity not using strict inequalities. - added option to get last_* data as a series (as_series=True), for now defaulting to False.
0.8.7
- Fix PyPI package (added missing description.rst, now also producing wheel) - Fix SBML import (bug in counting the number of nodes) - Updated cMaBoSS dependency to 1.0.0b21 (better error handling)
0.8.6
- Fix nodes format limitations in initial states - Fix tracking of mutations, avoiding multiple declarations of $nb_mutants - Fix simulation of model loaded with cMaBoSS - Added support for python 3.12 - Improved documentation - Added long description for PyPi
0.8.5
- Fix simulation copy for mutants : mutationTypes was not copied ! - Fix UPMaBoSS for pandas : squeeze argument of read_csv as been retired, not calling .squeeze("columns") after read_csv
0.8.4
- Fix plotting of nodes trajectories : cutoff is now zero by default, fix on empty data - Improved sensitivity analysis : done on all nodes by default, cmaboss accessible - Now using cmaboss 1.0.0beta17