Skip to content

Commit

Permalink
DOC: Update doc for v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fumitoh committed Jul 15, 2024
1 parent 1826658 commit aa58c90
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
.. currentmodule:: lifelib.libraries

.. _relnotes_v0.10.0:

==================================
lifelib v0.10.0 (7 July 2024)
lifelib v0.10 Releases
==================================

To update lifelib, run the following command::
Expand All @@ -14,18 +12,41 @@ If you're using Anaconda, use the ``conda`` command instead::

>>> conda update lifelib


.. _relnotes_v0.10.0:

lifelib v0.10.0 (7 July 2024)
==================================

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 <https://github.com/lifelib-dev/lifelib/pull/70>`_)
* In :mod:`~solvency2`: Eliminate multi-inheritance of dynamic spaces due to modelx update
(`The commit reflecting changes <https://github.com/lifelib-dev/lifelib/commit/6a38eb37648f8b098f54fc3b97a5a09b3e63f53d>`_)


.. _relnotes_v0.10.1:

lifelib v0.10.1 (15 July 2024)
==================================

This release reflects the following fixes.

Fixes
-------

* In :mod:`~appliedlife.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`` with ``np.nan``

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

* *15 July 2024:*
lifelib :ref:`v0.10.1<relnotes_v0.10.0>` is released.

* *7 July 2024:*
lifelib :ref:`v0.10.5<relnotes_v0.10.0>` is released.
lifelib :ref:`v0.10.0<relnotes_v0.10.0>` is released.
:mod:`~appliedlife`, a new library for comprehensive production modeling is added.

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

releases/relnotes_v0.10.0
releases/relnotes_v0.10
releases/relnotes_v0.9.5
releases/relnotes_v0.9.4
releases/relnotes_v0.9.3
Expand Down

0 comments on commit aa58c90

Please sign in to comment.