Skip to content
Snippets Groups Projects
Commit f66f86d8 authored by Colm Talbot's avatar Colm Talbot
Browse files

Merge branch 'version-0.5.3-release' into 'master'

Version 0.5.3 release

See merge request lscsoft/bilby!548
parents c3eec19b 661f5efd
No related branches found
Tags 0.5.1
No related merge requests found
......@@ -9,6 +9,26 @@
### Removed
-
## [0.5.3] 2019-07-23
### Added
- Jitter time marginalization. For the time-marginalized likelihood, a jitter
is used to ensure proper sampling without artifacts (!534)
- Zero likelihood mode for testing and zero-likelihood test to the nightly C.I ((!542)
- 15D analytic Gaussian test example (!547)
### Changes
- Dynesty version minimum set to 0.9.7. Changes to this sampler vastly improve
performance (!537)
- Improvements to waveform plotting (!534)
- Fixed bugs in the prior loading and added tests (!531 !539 !553 !515)
- Fixed issue in 1D CDF prior plots (!538)
- ROQ weights stored as npz rather than json (memory-performance improvement) (!536)
- Distance marginalisation now uses cubic rather than linear interpolation. Improves
distance/inclination posteriors for high SNR systems. (!552)
- Inputs to hyperpe modified to allow for more flexible sampling prior specification
and improve efficiency. (!545)
- Fix definition of some spin phase parameters (!556).
## [0.5.2] 2019-06-18
### Added
- Method to read data in using gwpy get (and associated example)
......
......@@ -57,7 +57,7 @@ def readfile(filename):
return filecontents
VERSION = '0.5.2'
VERSION = '0.5.3'
version_file = write_version_file(VERSION)
long_description = get_long_description()
......
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