From 6b1b17aab3e26120e9d9c156aacfb04bb4811421 Mon Sep 17 00:00:00 2001 From: Henri Pesonen Date: Mon, 13 Jun 2022 14:59:41 +0200 Subject: [PATCH] Bump to version 0.8.4 (#423) --- CHANGELOG.rst | 2 ++ README.md | 2 +- elfi/__init__.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b51e9c6c..6813da7a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,8 @@ Changelog ========= +0.8.4 (2021-06-13) +------------------ - Modify Lotka-Volterra model's priors as many methods do not support discrete random variables. - Fix acquisition index in state plot - Reformat `summary()` for `Sample(ParameterInferenceResult)` diff --git a/README.md b/README.md index 6a3b4f42..5b1c2019 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**Version 0.8.3 released!** See the [CHANGELOG](CHANGELOG.rst) and [notebooks](https://github.com/elfi-dev/notebooks). +**Version 0.8.4 released!** See the [CHANGELOG](CHANGELOG.rst) and [notebooks](https://github.com/elfi-dev/notebooks). diff --git a/elfi/__init__.py b/elfi/__init__.py index 293569e2..9bd32190 100644 --- a/elfi/__init__.py +++ b/elfi/__init__.py @@ -31,4 +31,4 @@ __email__ = 'elfi-support@hiit.fi' # make sure __version_ is on the last non-empty line (read by setup.py) -__version__ = '0.8.3' +__version__ = '0.8.4'