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, appliedlife.
appliedlife includes the IntegratedLife model,
a comprehensive and practical projection model. See the appliedlife page
for more details.
Fixes#
In
basiclife: Error due to Mortality rate lookup before future entry (GH70)In
solvency2: Eliminate multi-inheritance of dynamic spaces due to modelx update (The commit reflecting changes)