diff --git a/CHANGELOG.md b/CHANGELOG.md index 737a303fb1a94d7a3679c4743740e8e1be12d70d..89acc08f38b236cee6a244020343400d824cb5a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,19 @@ ### Removed - +## [0.5.1] 2019-06-05 +### Added +- Option for the GraceDB service URL +- Precessing BNS +- Functionality to make a waveform plot + +### Changed +- Changes to ROQ weight generation: finer time-steps and fixed a bug in the time definition +- Fixed typo "CompactBinaryCoalesnce" -> "CompactBinaryCoalescence" (old class now has deprecation warning) +- Fixed a minor bug in the frequency mask caching +- Minor refractoring of the GWT likelihood and detector tests +- Initial samples in dynesty now generated from the constrained prior + ## [0.5.0] 2019-05-08 ### Added diff --git a/setup.py b/setup.py index 5dca2b737d065d32a736f38228906c46170547be..01e49f80bf453b084816b861ace94398f73e23da 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def readfile(filename): return filecontents -VERSION = '0.5.0' +VERSION = '0.5.1' version_file = write_version_file(VERSION) long_description = get_long_description()