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
9e61f745
Commit
9e61f745
authored
May 12, 2020
by
Gregory Ashton
Browse files
Merge branch 'version-0.3.12' into 'master'
Version 0.3.12 release See merge request
!329
parents
a6177282
5d38a13b
Pipeline
#126338
passed with stages
in 8 minutes and 8 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
9e61f745
# All notable changes will be documented in this file
## v0.3.12: 2020-15-04
### Added
-
Add support for the sky-frame in bilby 0.6.8
-
Add support for post processing individual results
### Changes
-
Fixed a bug in the periodic restart time
## v0.3.11: 2020-15-04
### Changes
...
...
bilby_pipe/parser.py
View file @
9e61f745
...
...
@@ -458,7 +458,7 @@ def create_parser(top_level=True):
"--request-cpus"
,
type
=
int
,
default
=
1
,
help
=
"
CPU allocation request (required multi-processing jobs
)"
,
help
=
"
Use multi-processing (for available samplers: dynesty, ptemcee, cpnest
)"
,
)
submission_parser
.
add
(
"--singularity-image"
,
...
...
setup.py
View file @
9e61f745
...
...
@@ -70,7 +70,7 @@ def get_long_description():
return
long_description
VERSION
=
"0.3.1
1
"
VERSION
=
"0.3.1
2
"
version_file
=
write_version_file
(
VERSION
)
long_description
=
get_long_description
()
...
...
@@ -90,7 +90,7 @@ setup(
"pycondor>=0.5"
,
"configargparse"
,
"ligo-gracedb"
,
"bilby>=0.6.
5
"
,
"bilby>=0.6.
8
"
,
"scipy>=1.2.0"
,
"gwpy"
,
"matplotlib"
,
...
...
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