diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fbd2aa5a933201df222ab0c94fc0ba8ff1a34f8..c69ba9b2dfbbabb1e1c734ce39257b7db1234690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # All notable changes will be documented in this file +## [0.6.5] 2020-02-14 +### Changes +- Fix for time reconstruction bug (!714) +- Resolved errors Waveform longer than the frequency array (!710) +- Prior reading clean-up (!715) +- More efficient dynesty restarting (!713) +- PP tests show 123 sigma bounds by default (!726) + +### Added +- HealPixPrior (!651) +- GW prior documentation (!720) +- Multiple contours to PP tests plots (!721) +- Distance marginalization for non-luminosity-distance parameters (!719) + +### Removed +- Pipenv (!724) + + ## [0.6.4] 2020-01-30 ### Changes - Discontinue python2.7 support (!697) diff --git a/setup.py b/setup.py index 1f7aaa45edf181789169728c1725efcc27427732..1c07598b11fbdd7b9fafccf0f0c53ffba74b94db 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ def readfile(filename): return filecontents -VERSION = '0.6.4' +VERSION = '0.6.5' version_file = write_version_file(VERSION) long_description = get_long_description()