diff --git a/CHANGELOG.md b/CHANGELOG.md index 89acc08f38b236cee6a244020343400d824cb5a3..b091732e0f46ba0f6d4a66e4ce0cb05edf14ad83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,21 @@ ### Removed - +## [0.5.2] 2019-06-18 +### Added +- Method to read data in using gwpy get (and associated example) +- Adds a catch for broken resume files with improves reporting + +### Changed +- Updated and fixed bugs in examples +- Resolve sampling time persistence for runs which are interupted +- Improvements to the PP plot +- Speed up of the distance calculation +- Fixed a bug in the inteference of bilby command line arguments with user specified command lines +- Generalised the consistency checks for ResultLists +- Fixes to some tests +- Makes the parameter conversion a static method rather than a lambda expression + ## [0.5.1] 2019-06-05 ### Added - Option for the GraceDB service URL diff --git a/setup.py b/setup.py index 01e49f80bf453b084816b861ace94398f73e23da..05ba43c926702cbbb6364bf014a19445d0eb652e 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def readfile(filename): return filecontents -VERSION = '0.5.1' +VERSION = '0.5.2' version_file = write_version_file(VERSION) long_description = get_long_description()