From 16364c7cb0e468120a5626d23d41815ea2583ed0 Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Thu, 22 Aug 2019 08:11:35 +1000 Subject: [PATCH] Version 0.5.5 release --- CHANGELOG.md | 14 ++++++++++++++ setup.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c46208c6..66dc01815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ ## Unreleased +## [0.5.5] 2019-08-22 + +### Added +- Reading/writing of the prior in a JSON format +- Checks for marginalization flags + +### Changes +- Improvements to the examples: reorganisation and fixing bugs +- Fixed bug with scipy>=1.3.0 and spline +- Removed the sqrt(2) normalisation from the scalar longitudinal mode +- Improve PSD filename reading (no longer required "/" to read local files) +- Fix bug in emcee chains +- Added a try/except cluase for building the lookup table + ## [0.5.4] 2019-07-30 ### Added diff --git a/setup.py b/setup.py index 608ddedca..fd50ae6d2 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def readfile(filename): return filecontents -VERSION = '0.5.4' +VERSION = '0.5.5' version_file = write_version_file(VERSION) long_description = get_long_description() -- GitLab