This is the second bug fix release of the 2.3 series. A potential crash of the GUI when loading/executing the job queue was fixed. Also diffusion in the MembraneProperties of 3D cells was fixed and we took the opportunity to nicely renovate the CellPolarity example.
See 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.2
mkdir build
cd build
cmake ..
make && sudo make install
See the README.md at the GitLab repository for dependencies and build instructions.