From 6c75057279950e118dfec924c3a370f0f2d16ae4 Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Tue, 18 Jun 2019 00:11:53 -0500 Subject: [PATCH] Version 0.5.2 release --- CHANGELOG.md | 15 +++++++++++++++ setup.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89acc08f3..b091732e0 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 01e49f80b..05ba43c92 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() -- GitLab