.. currentmodule:: lifelib.libraries .. _relnotes_v0.10.0: ================================== lifelib v0.10.0 (7 July 2024) ================================== To update lifelib, run the following command:: >>> pip install lifelib --upgrade If you're using Anaconda, use the ``conda`` command instead:: >>> conda update lifelib New Library =============== This release adds a new library, :mod:`~appliedlife`. :mod:`~appliedlife` includes the :mod:`~appliedlife.IntegratedLife` model, a comprehensive and practical projection model. See the :mod:`~appliedlife` page for more details. Fixes ======== * In :mod:`~basiclife`: Error due to Mortality rate lookup before future entry (`GH70 `_) * In :mod:`~solvency2`: Eliminate multi-inheritance of dynamic spaces due to modelx update (`The commit reflecting changes `_)