Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lscsoft
bilby_pipe
Commits
71598c73
Commit
71598c73
authored
Aug 21, 2019
by
Gregory Ashton
Browse files
Version 0.2.5 release
parent
4829e416
Pipeline
#76057
passed with stage
in 5 minutes and 57 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
71598c73
...
...
@@ -2,6 +2,10 @@
## Unreleased
## v0.2.5 : 2019-08-22
### Changes
-
Fixed bug in time-jitter option (default was None, now True)
## v0.2.4 : 2019-08-22
### Added
-
Support for use on a slurm filesystem
...
...
bilby_pipe/parser.py
View file @
71598c73
...
...
@@ -393,6 +393,7 @@ def create_parser(top_level=True):
likelihood_parser
.
add
(
"--jitter-time"
,
action
=
StoreBoolean
,
default
=
True
,
help
=
"Boolean. If true, and using a time-marginalized likelihood 'time jittering' will be performed"
,
)
likelihood_parser
.
add
(
...
...
setup.py
View file @
71598c73
...
...
@@ -70,7 +70,7 @@ def get_long_description():
return
long_description
VERSION
=
"0.2.
4
"
VERSION
=
"0.2.
5
"
version_file
=
write_version_file
(
VERSION
)
long_description
=
get_long_description
()
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment