Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Sylvia Biscoveanu
bilby
Commits
661f5efd
Commit
661f5efd
authored
5 years ago
by
Gregory Ashton
Committed by
Colm Talbot
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Version 0.5.3 release
parent
c3eec19b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+20
-0
20 additions, 0 deletions
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
21 additions
and
1 deletion
CHANGELOG.md
+
20
−
0
View file @
661f5efd
...
...
@@ -9,6 +9,26 @@
### Removed
-
## [0.5.3] 2019-07-23
### Added
-
Jitter time marginalization. For the time-marginalized likelihood, a jitter
is used to ensure proper sampling without artifacts (!534)
-
Zero likelihood mode for testing and zero-likelihood test to the nightly C.I ((!542)
-
15D analytic Gaussian test example (!547)
### Changes
-
Dynesty version minimum set to 0.9.7. Changes to this sampler vastly improve
performance (!537)
-
Improvements to waveform plotting (!534)
-
Fixed bugs in the prior loading and added tests (!531 !539 !553 !515)
-
Fixed issue in 1D CDF prior plots (!538)
-
ROQ weights stored as npz rather than json (memory-performance improvement) (!536)
-
Distance marginalisation now uses cubic rather than linear interpolation. Improves
distance/inclination posteriors for high SNR systems. (!552)
-
Inputs to hyperpe modified to allow for more flexible sampling prior specification
and improve efficiency. (!545)
-
Fix definition of some spin phase parameters (!556).
## [0.5.2] 2019-06-18
### Added
-
Method to read data in using gwpy get (and associated example)
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
661f5efd
...
...
@@ -57,7 +57,7 @@ def readfile(filename):
return
filecontents
VERSION
=
'
0.5.
2
'
VERSION
=
'
0.5.
3
'
version_file
=
write_version_file
(
VERSION
)
long_description
=
get_long_description
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment