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

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

Version 0.6.5 release

See merge request lscsoft/bilby!729
parents fc481655 e639b283
No related branches found
Tags 0.6.5
1 merge request!729Version 0.6.5 release
Pipeline #104479 failed
# All notable changes will be documented in this file
## [0.6.5] 2020-02-14
### Changes
- Fix for time reconstruction bug (!714)
- Resolved errors Waveform longer than the frequency array (!710)
- Prior reading clean-up (!715)
- More efficient dynesty restarting (!713)
- PP tests show 123 sigma bounds by default (!726)
### Added
- HealPixPrior (!651)
- GW prior documentation (!720)
- Multiple contours to PP tests plots (!721)
- Distance marginalization for non-luminosity-distance parameters (!719)
### Removed
- Pipenv (!724)
## [0.6.4] 2020-01-30
### Changes
- Discontinue python2.7 support (!697)
......
......@@ -64,7 +64,7 @@ def readfile(filename):
return filecontents
VERSION = '0.6.4'
VERSION = '0.6.5'
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