Skip to content

Commit 6b1b17a

Browse files
authored
Bump to version 0.8.4 (#423)
1 parent f99c915 commit 6b1b17a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.rst

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

4+
0.8.4 (2021-06-13)
5+
------------------
46
- Modify Lotka-Volterra model's priors as many methods do not support discrete random variables.
57
- Fix acquisition index in state plot
68
- Reformat `summary()` for `Sample(ParameterInferenceResult)`

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Version 0.8.3 released!** See the [CHANGELOG](CHANGELOG.rst) and [notebooks](https://github.com/elfi-dev/notebooks).
1+
**Version 0.8.4 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
@@ -31,4 +31,4 @@
3131
__email__ = 'elfi-support@hiit.fi'
3232

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

0 commit comments

Comments
 (0)