From 077308b9a7413457c5460bd7b944504d0d1ad95a Mon Sep 17 00:00:00 2001 From: Henri Vuollekoski Date: Thu, 28 Sep 2017 15:33:31 +0300 Subject: [PATCH] Release 0.6.3 (#242) * Release 0.6.3 * Bump version in CHANGELOG --- CHANGELOG.rst | 4 ++-- README.md | 2 +- elfi/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 24a3face..e3fc4d70 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ Changelog ========= -dev ---- +0.6.3 (2017-09-28) +------------------ - Further performance improvements for rerunning inference using stored data via caches - Added the general Gaussian noise example model (fixed covariance) diff --git a/README.md b/README.md index b4e13611..cf23be66 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**Version 0.6.2 released!** See the CHANGELOG and [notebooks](https://github.com/elfi-dev/notebooks). +**Version 0.6.3 released!** See the CHANGELOG and [notebooks](https://github.com/elfi-dev/notebooks). **NOTE:** For the time being NetworkX 2 is incompatible with ELFI. diff --git a/elfi/__init__.py b/elfi/__init__.py index ef2fa9f9..c1b61669 100644 --- a/elfi/__init__.py +++ b/elfi/__init__.py @@ -23,4 +23,4 @@ __email__ = 'elfi-support@hiit.fi' # make sure __version_ is on the last non-empty line (read by setup.py) -__version__ = '0.6.2' +__version__ = '0.6.3'