Skip to content

Commit

Permalink
v.0.22.0 -> tag: convolation
Browse files Browse the repository at this point in the history
  • Loading branch information
mynl committed Jan 23, 2024
1 parent 6b7a308 commit e51f8bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ All the code examples have been tested in such a virtual environment and the doc
Version History
-----------------

0.22.0
~~~~~~~~~~

* Created version 0.22.0, convolation

0.21.4
~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion aggregate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
__email__ = "steve@convexrisk.com"
__status__ = "beta"
# only need to change here, feeds conf.py (docs) and pyproject.toml (build)
__version__ = "0.21.4"
__version__ = "0.22.0"



Expand Down
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ aggregate Documentation
Introduction
****************

:mod:``aggregate`` builds approximations to compound (aggregate) probability distributions quickly and accurately.
:mod:`aggregate` builds approximations to compound (aggregate) probability distributions quickly and accurately.
It can be used to solve insurance, risk management, and actuarial problems using realistic models that reflect underlying frequency and severity.
It delivers the speed and accuracy of parametric distributions to situations that usually require simulation, making it as easy to work with an aggregate (compound) probability distribution as the lognormal.
:mod:`aggregate` includes an expressive language called DecL to describe aggregate distributions and is implemented in Python under an open source BSD-license.
Expand All @@ -40,7 +40,7 @@ This help document is in six parts plus a bibliography.
---
:img-top: _static/gs.png

Get up and running: installation, ``aggregate`` "hello world", and a glimpse into the functionality.
Get up and running: installation, :mod:`aggregate` "hello world", and a glimpse into the functionality.

+++

Expand All @@ -52,7 +52,7 @@ This help document is in six parts plus a bibliography.
---
:img-top: _static/ug.png

How to solve real-world actuarial problems using ``aggregate``.
How to solve real-world actuarial problems using :mod:`aggregate`.

+++

Expand Down Expand Up @@ -91,7 +91,7 @@ This help document is in six parts plus a bibliography.
:img-top: _static/tg.png


Probability theory background and the numerical implementation methods employed by ``aggregate``.
Probability theory background and the numerical implementation methods employed by :mod:`aggregate`.

+++

Expand Down

0 comments on commit e51f8bc

Please sign in to comment.