
This is the fourth bug fix release of the 2.3 series.
MorpheusML was extended by two valuable features: event logging for all condition triggered events (Event
, CellDivision
, …), and a classic mode for CPM neighborhood configurations that mimics the setup chosen by e.g. CompuCell3D and thus makes CC3D parametrizations directly applicable.
The simulator was extended by expression defined domains and the flux boundaries of domains were fixed. Also, snapshotting simulation states during simulation had several bugs fixes
See the blog post and the changelog for details.
Downloads
Operating system | Package |
Notes |
---|---|---|
![]() |
|
|
![]() |
Via Homebrew | Installation
|
![]() |
|
Or build from source
git clone https://gitlab.com/morpheus.lab/morpheus.git morpheus
cd morpheus
git checkout v2.3.4
mkdir build
cd build
cmake ..
make && sudo make install
See the README.md at the GitLab repository for dependencies and build instructions.