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#
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)
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
withnp.nan