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

Version 0.5.5 release

parent ccb73408
No related branches found
Tags 0.5.5
No related merge requests found
......@@ -2,6 +2,20 @@
## Unreleased
## [0.5.5] 2019-08-22
### Added
- Reading/writing of the prior in a JSON format
- Checks for marginalization flags
### Changes
- Improvements to the examples: reorganisation and fixing bugs
- Fixed bug with scipy>=1.3.0 and spline
- Removed the sqrt(2) normalisation from the scalar longitudinal mode
- Improve PSD filename reading (no longer required "/" to read local files)
- Fix bug in emcee chains
- Added a try/except cluase for building the lookup table
## [0.5.4] 2019-07-30
### Added
......
......@@ -57,7 +57,7 @@ def readfile(filename):
return filecontents
VERSION = '0.5.4'
VERSION = '0.5.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