From fd8367aa6afd1e98c053fdd1e7c8d50b72a68bf9 Mon Sep 17 00:00:00 2001 From: Henri Vuollekoski Date: Mon, 3 Jul 2017 14:23:58 +0300 Subject: [PATCH] Release 0.6 (#200) --- CHANGELOG.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 61e6b8d0..5b883728 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog ========== -dev branch (upcoming version) ------------------------------ +0.6 (2017-07-03) +---------------- - Changed some of the internal variable names in methods.py. Most notable outputs is now output_names. @@ -13,11 +13,12 @@ dev branch (upcoming version) - Result -> Sample - ResultSMC -> SmcSample - ResultBOLFI -> BolfiSample -- BO/BOLFI: take advantage of priors -- BO/BOLFI: take advantage of seed -- BO/BOLFI: improved optimization scheme -- BO/BOLFI: bounds must be a dict - +- Changes in BO/BOLFI: + - take advantage of priors + - take advantage of seed + - improved optimization scheme + - bounds must be a dict +- two new toy examples added: Gaussian and the Ricker model 0.5 (2017-05-19) ----------------