From 387d33128a02fd6849efadba336aaa5a74a64c75 Mon Sep 17 00:00:00 2001 From: Henri Pesonen Date: Tue, 7 Mar 2023 14:50:08 +0100 Subject: [PATCH] Bump version (#461) --- CHANGELOG.rst | 6 ++++-- README.md | 2 +- elfi/__init__.py | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0f0f5bc2..a44e672a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,8 @@ Changelog ========= +0.8.5 (2023-03-07) +------------------ - Fix the option to continue inference in model-based inference - Move classifiers - Fix readthedocs configuration @@ -28,7 +30,7 @@ Changelog - Fix multidimensional indexing in daycare example - Add BSL method -0.8.4 (2021-06-13) +0.8.4 (2022-06-13) ------------------ - Modify Lotka-Volterra model's priors as many methods do not support discrete random variables. - Fix acquisition index in state plot @@ -51,7 +53,7 @@ Changelog - Fix is_array in utils - Fix acq_noise_var-bug in acquisition.py. Influenced BOLFI. -0.8.3 (2021-02-17) +0.8.3 (2022-02-17) ------------------ - Add a new inference method: BOLFIRE - Fix the hessian approximation, visualizations and the line search algorithm in ROMC diff --git a/README.md b/README.md index 7e851b1c..eccd2281 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**Version 0.8.4 released!** See the [CHANGELOG](CHANGELOG.rst) and [notebooks](https://github.com/elfi-dev/notebooks). +**Version 0.8.5 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 96e07158..ff4505c9 100644 --- a/elfi/__init__.py +++ b/elfi/__init__.py @@ -32,4 +32,4 @@ __email__ = 'elfi-support@hiit.fi' # make sure __version_ is on the last non-empty line (read by setup.py) -__version__ = '0.8.4' +__version__ = '0.8.5'