Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lscsoft
bilby
Merge requests
!664
Version 0.6.0 release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Version 0.6.0 release
0.6.0-release
into
master
Overview
0
Commits
2
Pipelines
1
Changes
2
Merged
Gregory Ashton
requested to merge
0.6.0-release
into
master
5 years ago
Overview
0
Commits
2
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
300f8dbe
2 commits,
5 years ago
2 files
+
19
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
CHANGELOG.md
+
18
−
0
Options
# 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
Loading