Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
bilby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
27
Issues
27
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
12
Merge Requests
12
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
bilby
Commits
440c5345
Commit
440c5345
authored
Jun 18, 2019
by
Gregory Ashton
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'version-0.5.2' into 'master'
Version 0.5.2 release See merge request
!530
parents
e035cede
6c750572
Pipeline
#68014
passed with stages
in 14 minutes and 56 seconds
Changes
2
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
CHANGELOG.md
CHANGELOG.md
+15
-0
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.md
View file @
440c5345
...
...
@@ -9,6 +9,21 @@
### Removed
-
## [0.5.2] 2019-06-18
### Added
-
Method to read data in using gwpy get (and associated example)
-
Adds a catch for broken resume files with improves reporting
### Changed
-
Updated and fixed bugs in examples
-
Resolve sampling time persistence for runs which are interupted
-
Improvements to the PP plot
-
Speed up of the distance calculation
-
Fixed a bug in the inteference of bilby command line arguments with user specified command lines
-
Generalised the consistency checks for ResultLists
-
Fixes to some tests
-
Makes the parameter conversion a static method rather than a lambda expression
## [0.5.1] 2019-06-05
### Added
-
Option for the GraceDB service URL
...
...
setup.py
View file @
440c5345
...
...
@@ -57,7 +57,7 @@ def readfile(filename):
return
filecontents
VERSION
=
'0.5.
1
'
VERSION
=
'0.5.
2
'
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