Skip to content

Commit

Permalink
DOC: Update docs for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
fumitoh committed Nov 19, 2022
1 parent 0d49ed9 commit b77142d
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 2 deletions.
2 changes: 2 additions & 0 deletions makedocs/source/archive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Past Documents
.. raw:: html

<ul class="simple">
<li><a href="https://pastdocs.lifelib.io/docs-v0.7.0/index.html" target="_blank">lifelib v0.7.0</a></li>
<li><a href="https://pastdocs.lifelib.io/docs-v0.6.0/index.html" target="_blank">lifelib v0.6.0</a></li>
<li><a href="https://pastdocs.lifelib.io/docs-v0.5.0/index.html" target="_blank">lifelib v0.5.0</a></li>
<li><a href="https://pastdocs.lifelib.io/docs-v0.4.1/index.html" target="_blank">lifelib v0.4.1</a></li>
<li><a href="https://pastdocs.lifelib.io/docs-v0.3.3/index.html" target="_blank">lifelib v0.3.3</a></li>
Expand Down
2 changes: 2 additions & 0 deletions makedocs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Contribute your excellent work to lifelib and share it with actuaries all over t
* :doc:`libraries/savings/index`
* :doc:`libraries/assets/index`
* :doc:`libraries/economic/index`
* :doc:`libraries/economic_curves/index`
* :doc:`libraries/cluster/index`
---

Expand Down Expand Up @@ -140,6 +141,7 @@ Contribute your excellent work to lifelib and share it with actuaries all over t
* :ref:`notebooks_basiclife`
* :ref:`notebooks_savings`
* :ref:`notebooks_economic`
* :ref:`notebooks_economic_curves`
* :ref:`notebooks_cluster`
* :ref:`notebooks_fastlife`
* :ref:`notebooks_simplelife`
Expand Down
12 changes: 12 additions & 0 deletions makedocs/source/notebooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ Notebooks

* :doc:`libraries/notebooks/economic/hull-white-simulation`


.. _notebooks_economic_curves:

:mod:`economic_curves` Notebooks
---------------------------------

* :doc:`libraries/economic_curves/smith_wilson_example`
* :doc:`libraries/economic_curves/Stationary Bootstrap Italian Swap Example`
* :doc:`libraries/economic_curves/NelsonSiegelSvenssonExample`
* :doc:`libraries/economic_curves/EIOPA RISK FREE CURVE MONTHLY PUBLICATION RECALCULATION`
* :doc:`libraries/economic_curves/METROPOLIS_HASTINGS_BLACK_SHOLES`

.. _notebooks_cluster:

:mod:`cluster` Notebooks
Expand Down
37 changes: 37 additions & 0 deletions makedocs/source/releases/relnotes_v0.8.0.rst
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.



8 changes: 6 additions & 2 deletions makedocs/source/updates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Updates
Follow <a href="https://www.linkedin.com/company/lifelib" target="_blank">lifelib on LinkedIn</a>
for more frequent updates.</p>

* *19 Nov 2022:*
lifelib v0.8.0 is released. New library :mod:`~economic_curves` is available.
See :ref:`Release Notes<relnotes_v0.8.0>` for details.

* *10 Oct 2022:*
lifelib v0.7.0 is released. See :ref:`Release Notes<relnotes_v0.7.0>` for details.

Expand All @@ -23,14 +27,14 @@ Updates
* *28 Aug 2022:*
lifelib v0.6.0 is released. See :ref:`Release Notes<relnotes_v0.6.0>` for details.

.. Latest Updates End
* *20 Aug 2022:*
New video series, *Getting Started with lifelib* available on the :doc:`videos` page.

* *30 Jul 2022:*
New download available on the :doc:`download` page.

.. Latest Updates End
* *9 Jul 2022:*
lifelib v0.5.0 is released. See :ref:`Release Notes<relnotes_v0.5.0>` for details.

Expand Down
1 change: 1 addition & 0 deletions makedocs/source/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Documentation for released versions of lifelib is available under
.. toctree::
:maxdepth: 2

releases/relnotes_v0.8.0
releases/relnotes_v0.7.0
releases/relnotes_v0.6.0
releases/relnotes_v0.5.0
Expand Down

0 comments on commit b77142d

Please sign in to comment.