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
8fffb929
Commit
8fffb929
authored
Dec 01, 2019
by
Colm Talbot
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '0.6.0-release' into 'master'
Version 0.6.0 release See merge request
lscsoft/bilby!664
parents
08497d75
3c07f57f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletion
+19
-1
CHANGELOG.md
CHANGELOG.md
+18
-0
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.md
View file @
8fffb929
# All notable changes will be documented in this file
## [0.6.0] 2019-12-02
### Added
-
A bilby-implemenatation of the dynesty rwalk proposal method (!640)
-
An ACT estimate to the rwalk option (!643)
-
HTML waveform plots and general improvements to the waveform plot (!641, !659)
-
Add a function to resample bilby generated with a uniform in mass ratio and
chirp_mass prior to uniform in component mass (!642)
-
Adds checking to the ROQ usage: warning messages generated when out of bounds (!549)
-
A safety check to the time reconstrucion (!633)
-
Added the kombine sampler (!637)
-
Added in-plane spins (!646)
## Changes
-
Changed the PriorDict base class to from OrderedDict to just dict. This fixes
an issue with pickling priors (!652)
-
Improvements to the behaviour of the conversion functions (!647)
-
Prevent chirp mass railing for the GW150914 examples (!635)
## [0.5.9] 2019-10-25
### Added
...
...
setup.py
View file @
8fffb929
...
...
@@ -57,7 +57,7 @@ def readfile(filename):
return
filecontents
VERSION
=
'0.
5.9
'
VERSION
=
'0.
6.0
'
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