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
Commits
75e87a22
Commit
75e87a22
authored
5 years ago
by
Gregory Ashton
Browse files
Options
Downloads
Patches
Plain Diff
Version 0.5.9 release
parent
c1984e43
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
+19
-0
19 additions, 0 deletions
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
20 additions
and
1 deletion
CHANGELOG.md
+
19
−
0
View file @
75e87a22
# All notable changes will be documented in this file
## [0.5.9] 2019-10-25
### Added
-
Default reflective boundaries for calibration parameters !623
-
Support for inferring method arguments !608
## Changes
-
Speed up the prior evaluations by implementing directly with checks to scipy !627
-
Soft initalisation option for the Sampler class !620
-
Improvements to JSON reading and writing for functions !621
-
Fixed bug in prior reading !618 !617
-
Fixes to the examples !619 !614 !626 !616
-
Update to the test mode storing extra information !613
-
Minor improvements to the ptemcee sampler
-
Improved contributing guidelines !610
## Removed
-
Default printing of bilby version at import !608
## [0.5.8] 2019-09-26
### Added
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
75e87a22
...
...
@@ -57,7 +57,7 @@ def readfile(filename):
return
filecontents
VERSION
=
'
0.5.
8
'
VERSION
=
'
0.5.
9
'
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