Commit 387d331 1 parent 66283bf commit 387d331 Copy full SHA for 387d331
File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.8.5 (2023-03-07)
5
+ ------------------
4
6
- Fix the option to continue inference in model-based inference
5
7
- Move classifiers
6
8
- Fix readthedocs configuration
@@ -28,7 +30,7 @@ Changelog
28
30
- Fix multidimensional indexing in daycare example
29
31
- Add BSL method
30
32
31
- 0.8.4 (2021 -06-13)
33
+ 0.8.4 (2022 -06-13)
32
34
------------------
33
35
- Modify Lotka-Volterra model's priors as many methods do not support discrete random variables.
34
36
- Fix acquisition index in state plot
@@ -51,7 +53,7 @@ Changelog
51
53
- Fix is_array in utils
52
54
- Fix acq_noise_var-bug in acquisition.py. Influenced BOLFI.
53
55
54
- 0.8.3 (2021 -02-17)
56
+ 0.8.3 (2022 -02-17)
55
57
------------------
56
58
- Add a new inference method: BOLFIRE
57
59
- Fix the hessian approximation, visualizations and the line search algorithm in ROMC
Original file line number Diff line number Diff line change 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 ) .
2
2
3
3
<img src =" https://raw.githubusercontent.com/elfi-dev/elfi/dev/docs/logos/elfi_logo_text_nobg.png " width =" 200 " />
4
4
Original file line number Diff line number Diff line change 32
32
__email__ = 'elfi-support@hiit.fi'
33
33
34
34
# make sure __version_ is on the last non-empty line (read by setup.py)
35
- __version__ = '0.8.4 '
35
+ __version__ = '0.8.5 '
You can’t perform that action at this time.
0 commit comments