Skip to content

Commit

Permalink
Merge branch '0.6.2_release' into 'master'
Browse files Browse the repository at this point in the history
0.6.2 release

See merge request lscsoft/bilby!685
  • Loading branch information
Moritz Huebner committed Dec 20, 2019
2 parents eef57b3 + 75d4d74 commit e02499e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# 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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit e02499e

Please sign in to comment.