diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd2320735c7b47ca6c7f080a80a5b4a18f2d8eb..fb1256e1fafdc2978b6e84fc4456350e9502b551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,27 @@ ## Unreleased ### Added -- +- ### Changed +- + +### Removed - +## [0.4.4] 2019-04-03 + +### Added +- Infrastucture for custom jump proposals (cpnest-only) +- Evidence uncertainty estimate to cpnest + +### Changed +- Bug fix to close figures after creation +- Improved the frequency-mask to entirely remove values outside the mask rather + than simply set them to zero +- Fix problem with Prior prob and ln_prob if passing multiple samples +- Improved cpnest prior sampling + ### Removed - diff --git a/setup.py b/setup.py index 81575551bd6cfc9ae8a6682328739361c9141d8d..cdd0e7e4ac2e13e5f9de3ba5e38f373223c1e0d0 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def readfile(filename): return filecontents -VERSION = '0.4.3' +VERSION = '0.4.4' version_file = write_version_file(VERSION) long_description = get_long_description()