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
916d5c4e
Commit
916d5c4e
authored
5 years ago
by
Gregory Ashton
Browse files
Options
Downloads
Plain Diff
Merge branch 'version-0.6.5-release' into 'master'
Version 0.6.5 release See merge request
lscsoft/bilby!729
parents
fc481655
e639b283
No related branches found
Branches containing commit
Tags
0.6.5
Tags containing commit
1 merge request
!729
Version 0.6.5 release
Pipeline
#104479
failed
5 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+18
-0
18 additions, 0 deletions
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
19 additions
and
1 deletion
CHANGELOG.md
+
18
−
0
View file @
916d5c4e
# All notable changes will be documented in this file
## [0.6.5] 2020-02-14
### Changes
-
Fix for time reconstruction bug (!714)
-
Resolved errors Waveform longer than the frequency array (!710)
-
Prior reading clean-up (!715)
-
More efficient dynesty restarting (!713)
-
PP tests show 123 sigma bounds by default (!726)
### Added
-
HealPixPrior (!651)
-
GW prior documentation (!720)
-
Multiple contours to PP tests plots (!721)
-
Distance marginalization for non-luminosity-distance parameters (!719)
### Removed
-
Pipenv (!724)
## [0.6.4] 2020-01-30
### Changes
-
Discontinue python2.7 support (!697)
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
916d5c4e
...
...
@@ -64,7 +64,7 @@ def readfile(filename):
return
filecontents
VERSION
=
'
0.6.
4
'
VERSION
=
'
0.6.
5
'
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