Lifelib

Latest version: v0.9.5

Safety actively analyzes 638730 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.8.1

This release adds a new example, **4. Profiling and Optimizing the Model** in the savings library.
See [the release notes](https://lifelib.io/releases/relnotes_v0.8.1.html) for details.

To update lifelib, run the following command::

>>> pip install lifelib --upgrade

If you're using Anaconda, use the ``conda`` command instead::

>>> conda update lifelib

0.8.0

This release adds a new library, **economic_curves** contributed by qnity ! See [the release notes](https://lifelib.io/releases/relnotes_v0.8.0.html) for details.

To update lifelib, run the following command::

>>> pip install lifelib --upgrade

If you're using Anaconda, use the ``conda`` command instead::

>>> conda update lifelib

0.7.0

This release adds a new library, **cluster**. It includes [a stand-alon jupyter notebook](https://lifelib.io/libraries/notebooks/cluster/cluster_model_points.html) to demonstrate how to apply cluster analysis to model point selection.

To update lifelib, run the following command::

>>> pip install lifelib --upgrade

If you're using Anaconda, use the ``conda`` command instead::

>>> conda update lifelib

0.6.0

This release adds a new library, **economic**. It includes the **BasicHullWhte** model.

To update lifelib, run the following command::

>>> pip install lifelib --upgrade

If you're using Anaconda, use the ``conda`` command instead::

>>> conda update lifelib

0.5.0

lifelib 0.5.0 is released. This release adds a new model which enables you to set varying step lengths based on materiality, such as 1 month for first the first 5 years and 1 year after that.
https://lifelib.io/releases/relnotes_v0.5.0.html

0.4.1

This release introduces a new library, `assets`.

To update lifelib, run the following command:

> pip install lifelib --upgrade

If you're using Anaconda, use the ``conda`` command instead:

> conda update lifelib


The assets library is for modeling portfolios of financial instruments.
Currently, the library includes one model, BasicBonds.

BasicBonds models a portfolio of fixed rate bonds, generates cashflows and calculates the market value of the portfolio.
BasicBonds uses QuantLib, a third-party open-source library for financial instrument valuation.

v0.4.0 is discarded due to packaging error.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.