Skip to content

Commit

Permalink
Bump version (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpesonen authored Mar 7, 2023
1 parent 66283bf commit 387d331
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).

<img src="https://raw.githubusercontent.com/elfi-dev/elfi/dev/docs/logos/elfi_logo_text_nobg.png" width="200" />

Expand Down
2 changes: 1 addition & 1 deletion elfi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
__email__ = '[email protected]'

# make sure __version_ is on the last non-empty line (read by setup.py)
__version__ = '0.8.4'
__version__ = '0.8.5'

0 comments on commit 387d331

Please sign in to comment.