This release comes with two performance improvements :
- Evaluation of boolean formulas allowing for short-circuiting of boolean expressions (11), thanks exaexa !
- nodesTransitionRates is now represented as a vector, initialized only once, thanks PopCoE !
Also included is the beta release of PopMaBoSS, a new multicellular pathway modeling framework (thanks vincent-noel , gautierstoll eviara). Manuscript is in preparation !
To test it, run :
cd engine/src
make popmaboss
Examples are available in the `engine/examples/popmaboss` directory.
This release also include new pypi and conda packages for cmaboss with python 3.11.