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

Version 0.6.5 release

parent fc481655
No related branches found
No related tags found
No related merge requests found
# 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