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

Merge branch 'v0.6.6' into 'master'

Version 0.6.6 release

See merge request lscsoft/bilby!755
parents daddc5cb 52ff5330
No related branches found
Tags v0.6.6
1 merge request!755Version 0.6.6 release
Pipeline #117103 passed
# All notable changes will be documented in this file
## [0.6.6] 2020-03-06
### Changes
- Fix bug where injected values are not present for corner plot (!749)
- Significant backwards-incompatible improvements to `dynesty` checkpointing (!746)
- Improve checkpoint interval calculation with `dynesty` (!741)
- Fix reading of `PriorDict` class from result file (!739)
- Fix definition of time for time-domain `lalsimulation` waveforms (!736)
- LaTeX text formatting for plots by default (!702)
### Added
- Normalisation dynamically computed when using prior constraints (!704)
## [0.6.5] 2020-02-14
### Changes
- Fix for time reconstruction bug (!714)
......
......@@ -64,7 +64,7 @@ def readfile(filename):
return filecontents
VERSION = '0.6.5'
VERSION = '0.6.6'
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