From 22d12a3b39f59b72681f9a3e39d10f4d09475651 Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Tue, 26 Feb 2019 16:52:18 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e895e5f5..15849cfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,17 @@ ## Unreleased ### Added -- +- Support for JSON result files +- Before sampling a test is performed for redundant priors ### Changed -- +- Fixed the definition of iota to theta_jn. WARNING: this breaks backward compatibility. Previously, the CBC parameter iota was used in prior files, but was ill-defined. This fixes that, requiring all scripts to use `theta_jn` in place of `iota` +- Changed the default result file store to JSON rather than hdf5. Reading/writing of hdf5 files is still intact. The read_in_result function will still read in hdf5 files for backward compatibility +- Minor fixes to the way PSDs are calculated +- Fixed a bug in the CBC result where the frequency_domain model was pickled +- Use pickling to store the dynesty resume file and add a write-to-resume on SIGINT/SIGKILL +- Bug fix in ROQ likelihood +- Distance and phase marginalisation work with ROQ likelihood ### Removed - -- GitLab