lifelib v0.10 Releases#

To update lifelib, run the following command:

>>> pip install lifelib --upgrade

If you’re using Anaconda, use the conda command instead:

>>> conda update lifelib

lifelib v0.10.0 (7 July 2024)#

New Library#

This release adds a new library, appliedlife. appliedlife includes the IntegratedLife model, a comprehensive and practical projection model. See the appliedlife page for more details.

Fixes#

lifelib v0.10.1 (15 July 2024)#

This release reflects the following fixes.

Fixes#

  • In IntegratedLife, replace _space.name with _space._name and _space.cells with _space._cells to make the exported model work with modelx 0.26.0.

  • Replace deprecated np.NaN with np.nan