Skip to content

Commit 387d331

Browse files
authored
Bump version (#461)
1 parent 66283bf commit 387d331

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Changelog
22
=========
33

4+
0.8.5 (2023-03-07)
5+
------------------
46
- Fix the option to continue inference in model-based inference
57
- Move classifiers
68
- Fix readthedocs configuration
@@ -28,7 +30,7 @@ Changelog
2830
- Fix multidimensional indexing in daycare example
2931
- Add BSL method
3032

31-
0.8.4 (2021-06-13)
33+
0.8.4 (2022-06-13)
3234
------------------
3335
- Modify Lotka-Volterra model's priors as many methods do not support discrete random variables.
3436
- Fix acquisition index in state plot
@@ -51,7 +53,7 @@ Changelog
5153
- Fix is_array in utils
5254
- Fix acq_noise_var-bug in acquisition.py. Influenced BOLFI.
5355

54-
0.8.3 (2021-02-17)
56+
0.8.3 (2022-02-17)
5557
------------------
5658
- Add a new inference method: BOLFIRE
5759
- Fix the hessian approximation, visualizations and the line search algorithm in ROMC

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Version 0.8.4 released!** See the [CHANGELOG](CHANGELOG.rst) and [notebooks](https://github.com/elfi-dev/notebooks).
1+
**Version 0.8.5 released!** See the [CHANGELOG](CHANGELOG.rst) and [notebooks](https://github.com/elfi-dev/notebooks).
22

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

elfi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
__email__ = 'elfi-support@hiit.fi'
3333

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

0 commit comments

Comments
 (0)