lifelib v0.9.5 (18 February 2024)#
In this release, changes have been made to modelx models included in lifelib to address the backward-incompatible changes introduced in modelx 0.25.0.
See also
The release note for modelx 0.25.0 addressing the incompatible changes
To update lifelib, run the following command:
>>> pip install lifelib --upgrade
If you’re using Anaconda, use the conda
command instead:
>>> conda update lifelib