From e51f8bcbe2d22f28392b1ef73da99f19c3fca795 Mon Sep 17 00:00:00 2001 From: Stephen Mildenhall Date: Tue, 23 Jan 2024 14:58:23 +0000 Subject: [PATCH] v.0.22.0 -> tag: convolation --- README.rst | 4 ++++ aggregate/__init__.py | 2 +- docs/index.rst | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 359b779..7e54473 100644 --- a/README.rst +++ b/README.rst @@ -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 ~~~~~~~~ diff --git a/aggregate/__init__.py b/aggregate/__init__.py index 2bbf462..43fa715 100644 --- a/aggregate/__init__.py +++ b/aggregate/__init__.py @@ -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" diff --git a/docs/index.rst b/docs/index.rst index fe93a13..7861c03 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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. @@ -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. +++ @@ -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`. +++ @@ -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`. +++