Skip to content
Snippets Groups Projects
Commit 6e1fec17 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Merge branch '0.5.7-release'

parents 843f5545 d700db73
No related branches found
No related tags found
1 merge request!600Version 0.5.7 release
Pipeline #81045 failed
......@@ -2,6 +2,21 @@
## Unreleased
## [0.5.7] 2019-09-19
### Added
- bilby_convert_resume file CL tool for converting dynesty resume files into preresults !599
### Changes
- Change the constants (Msun, REarth etc) to match the values in LAL !597
- Change the Greenwhich Mean Sidereal Time conversion to match the method in LAL !597
- Update dynesty requirement to 1.0.0
- Improve integration of bounds with dynesty !589
- Fixed issue with mutable default argument !596
- Allow the use of n_effective in dynesty !592
- Allow the use of n_periodic in cpnest !591
- Fix bug in dt calc
## [0.5.6] 2019-09-04
### Changes
......
......@@ -57,7 +57,7 @@ def readfile(filename):
return filecontents
VERSION = '0.5.6'
VERSION = '0.5.7'
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