Skip to content
Snippets Groups Projects
Commit cc14f754 authored by Moritz's avatar Moritz
Browse files

Version 0.6.2 release

parent 9be9cc81
No related branches found
No related tags found
1 merge request!6850.6.2 release
Pipeline #94639 passed
# All notable changes will be documented in this file
## [0.6.2] 2019-12-20
### Added
- Introduced conditional prior sets (!332)(!673)(!674)
- Introduced joint priors (!668)
- Added a check to make sure sampling time exists before trying to update (!672)
### Changed
- Fixed a caching issue with the waveform generators (!630)
- Fixed an issue that made the dynamic dynesty sampler not work (!667)
- Changed the backend docker files (!669)
- Fixed an error when plotting time domain data when using `filtfilt=True`
- `Interped` priors now dynamically update when new `yy` values are set (!675)
- Fixed the ROQ scaling checks (!678)
## [0.6.1] 2019-12-02
HotFix release following 0.6.0 fixing a minor bug in the generation of derived
......
......@@ -57,7 +57,7 @@ def readfile(filename):
return filecontents
VERSION = '0.6.1'
VERSION = '0.6.2'
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