Skip to content
Snippets Groups Projects
Commit 22d12a3b authored by Gregory Ashton's avatar Gregory Ashton Committed by Moritz Huebner
Browse files

Update changelog

parent 30d9a9a1
No related branches found
No related tags found
No related merge requests found
......@@ -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
-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment