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
e6223dea
Commit
e6223dea
authored
Jul 27, 2020
by
Gregory Ashton
Browse files
Merge branch 'version-1.0.0-release' into 'master'
Version 1.0 release See merge request
!344
parents
d27a5068
b484a1d7
Pipeline
#143624
passed with stage
in 3 minutes and 19 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
e6223dea
# All notable changes will be documented in this file
## v1.0.00: 2020-27-07
### Added
-
Trigger-time now able to use event names (!333)
-
Add option to pass in ROQ weight file directly (!340)
-
Prior check and print-out and run time and sampler check (!337, !338)
### Changes
-
Modularation of the main module (!336)
-
Documentation bug fixes and versioning (!341 !343)
## v0.3.12: 2020-15-04
### Added
-
Add support for the sky-frame in bilby 0.6.8
...
...
setup.py
View file @
e6223dea
...
...
@@ -70,7 +70,7 @@ def get_long_description():
return
long_description
VERSION
=
"
0.3.12
"
VERSION
=
"
1.0.0
"
version_file
=
write_version_file
(
VERSION
)
long_description
=
get_long_description
()
...
...
@@ -95,7 +95,7 @@ setup(
"pycondor>=0.5"
,
"configargparse"
,
"ligo-gracedb"
,
"bilby>=
0.6.8
"
,
"bilby>=
1.0.0
"
,
"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