Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Michael Williams
bilby
Commits
e02499e4
Commit
e02499e4
authored
Dec 19, 2019
by
Moritz Huebner
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '0.6.2_release' into 'master'
0.6.2 release See merge request
lscsoft/bilby!685
parents
eef57b3b
75d4d747
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
CHANGELOG.md
CHANGELOG.md
+13
-0
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.md
View file @
e02499e4
# 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
...
...
setup.py
View file @
e02499e4
...
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment