-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
60 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
.. currentmodule:: lifelib.libraries | ||
|
||
.. _relnotes_v0.8.0: | ||
|
||
================================== | ||
lifelib v0.8.0 (19 November 2022) | ||
================================== | ||
|
||
This release adds a new library, :mod:`~economic_curves`. | ||
|
||
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:`~economic_curves`. | ||
The :mod:`~economic_curves` library includes Python scripts and notebooks | ||
that contain practical algorithms for modeling economic scenarios, | ||
many of which are relevant to regulatory requirements | ||
in UK and EU countries under the Solvency 2 regime. | ||
|
||
This library was based on | ||
`insurance_python <https://github.com/qnity/insurance_python>`_, a library in an external project, | ||
the `Actuarial Algorithms <https://github.com/qnity>`_, | ||
developed and maintained by Qnity Consultants and Gregor Fabjan. | ||
|
||
See :mod:`~economic_curves` and :ref:`notebooks_economic_curves` for more details. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters