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

Version 0.5.8 release

parent 30c349e2
No related branches found
Tags 0.5.8
No related merge requests found
Pipeline #82007 passed with warnings
# All notable changes will be documented in this file
## Unreleased
## [0.5.8] 2019-09-26
### Added
- Progress bar in post-processing step
### Changed
- Fixed implementation of calibration !607
- Fixed interaction with dynesty for reflective bounds !604
- Fixed behaviour of n_effective with check pointing !603
- Fixed testing of constants !605
- Fixed bug in bilby_result with python2.7
## [0.5.7] 2019-09-19
......
......@@ -57,7 +57,7 @@ def readfile(filename):
return filecontents
VERSION = '0.5.7'
VERSION = '0.5.8'
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