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
68e07afd
Commit
68e07afd
authored
Oct 09, 2020
by
Gregory Ashton
Browse files
Merge branch 'version-1.0.2' into 'master'
Version 1.0.2 release See merge request
lscsoft/bilby_pipe!367
parents
ef6bbe06
2a92290e
Pipeline
#161401
passed with stages
in 7 minutes and 24 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
68e07afd
# All notable changes will be documented in this file
## v1.0.1: 2020-26-08
### Changed
-
Updated bilby dependency to v1.0.2
-
Enable support for the OSG and documentation (!364)
-
PESummary now pointed to the "complete" config files (!366)
-
Fixed bug related to nested outdir (!365)
-
Add support for numerical relativity injection file (!361)
-
Add support for generic waveform-arguments (!361)
-
Improve behaviour for specifying single mode (!362)
-
Improve slurm documentation and version information (!363, !362)
-
Improve suppory for multi-line prior-dicts (!369)
## v1.0.1: 2020-26-08
### Added
-
Priority setting for condor
...
...
setup.py
View file @
68e07afd
...
...
@@ -67,7 +67,7 @@ def get_long_description():
return
long_description
VERSION
=
"1.0.
1
"
VERSION
=
"1.0.
2
"
version_file
=
write_version_file
(
VERSION
)
long_description
=
get_long_description
()
...
...
@@ -92,7 +92,7 @@ setup(
"pycondor>=0.5"
,
"configargparse"
,
"ligo-gracedb"
,
"bilby>=1.0.
0
"
,
"bilby>=1.0.
2
"
,
"scipy>=1.2.0"
,
"gwpy"
,
"gwosc"
,
...
...
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