diff --git a/CHANGELOG.md b/CHANGELOG.md index fe39057591498f4860b91b940c1bf851872caaa3..a5b9bfcd1b778619180b4a8061d39c0874181d26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # All notable changes will be documented in this file +## [0.6.2] 2019-12-20 +### Added +- Introduced conditional prior sets (!332)(!673)(!674) +- Introduced joint priors (!668) +- Added a check to make sure sampling time exists before trying to update (!672) +### Changed +- Fixed a caching issue with the waveform generators (!630) +- Fixed an issue that made the dynamic dynesty sampler not work (!667) +- Changed the backend docker files (!669) +- Fixed an error when plotting time domain data when using `filtfilt=True` +- `Interped` priors now dynamically update when new `yy` values are set (!675) +- Fixed the ROQ scaling checks (!678) + ## [0.6.1] 2019-12-02 HotFix release following 0.6.0 fixing a minor bug in the generation of derived diff --git a/setup.py b/setup.py index 4af33dfeb0316591449eb992308cf96aa6eeef34..793e89c26d4d0c10ad8363b68d60a3700eafad21 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def readfile(filename): return filecontents -VERSION = '0.6.1' +VERSION = '0.6.2' version_file = write_version_file(VERSION) long_description = get_long_description()