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

Version 0.5.7 release

parent fa9e0e2b
No related branches found
No related tags found
No related merge requests found
......@@ -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 0.9.8
- 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