Skip to content

Commit e51f8bc

Browse files
committed
v.0.22.0 -> tag: convolation
1 parent 6b7a308 commit e51f8bc

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ All the code examples have been tested in such a virtual environment and the doc
6262
Version History
6363
-----------------
6464

65+
0.22.0
66+
~~~~~~~~~~
67+
68+
* Created version 0.22.0, convolation
6569

6670
0.21.4
6771
~~~~~~~~

aggregate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
__email__ = "[email protected]"
5050
__status__ = "beta"
5151
# only need to change here, feeds conf.py (docs) and pyproject.toml (build)
52-
__version__ = "0.21.4"
52+
__version__ = "0.22.0"
5353

5454

5555

docs/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ aggregate Documentation
2424
Introduction
2525
****************
2626

27-
:mod:``aggregate`` builds approximations to compound (aggregate) probability distributions quickly and accurately.
27+
:mod:`aggregate` builds approximations to compound (aggregate) probability distributions quickly and accurately.
2828
It can be used to solve insurance, risk management, and actuarial problems using realistic models that reflect underlying frequency and severity.
2929
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.
3030
:mod:`aggregate` includes an expressive language called DecL to describe aggregate distributions and is implemented in Python under an open source BSD-license.
@@ -40,7 +40,7 @@ This help document is in six parts plus a bibliography.
4040
---
4141
:img-top: _static/gs.png
4242

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

4545
+++
4646

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

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

5757
+++
5858

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

9393

94-
Probability theory background and the numerical implementation methods employed by ``aggregate``.
94+
Probability theory background and the numerical implementation methods employed by :mod:`aggregate`.
9595

9696
+++
9797

0 commit comments

Comments
 (0)