Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
bilby_pipe
Commits
fe68a648
Commit
fe68a648
authored
Dec 01, 2019
by
Gregory Ashton
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'version-0.3.4' into 'master'
Version 0.3.4 release See merge request
!235
parents
293e1db2
aca77e99
Pipeline
#91321
passed with stage
in 3 minutes and 32 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
CHANGELOG.md
CHANGELOG.md
+6
-0
setup.py
setup.py
+3
-3
No files found.
CHANGELOG.md
View file @
fe68a648
# All notable changes will be documented in this file
## v0.3.4 : 2019-12-02
-
Minor version release updating to bilby v0.6.1
-
Remove reflective boundaries from defaults priors
-
Resolve issue with ROQ times steps and the PSD roll off (!230)
-
Update the minimum pesummary version
## v0.3.3 : 2019-11-26
Minor release following small fixes
...
...
setup.py
View file @
fe68a648
...
...
@@ -70,7 +70,7 @@ def get_long_description():
return
long_description
VERSION
=
"0.3.
3
"
VERSION
=
"0.3.
4
"
version_file
=
write_version_file
(
VERSION
)
long_description
=
get_long_description
()
...
...
@@ -90,7 +90,7 @@ setup(
"pycondor>=0.5"
,
"configargparse"
,
"ligo-gracedb"
,
"bilby>=0.
5.9
"
,
"bilby>=0.
6.1
"
,
"scipy>=1.2.0"
,
"gwpy"
,
"matplotlib"
,
...
...
@@ -110,7 +110,7 @@ setup(
"bilby_pipe_review=bilby_pipe.review:main"
,
"bilby_pipe_plot=bilby_pipe.plot:main"
,
"bilby_pipe_gracedb=bilby_pipe.gracedb:main"
,
"bilby_pipe_write_default_ini=bilby_pipe.parser:main"
"bilby_pipe_write_default_ini=bilby_pipe.parser:main"
,
]
},
classifiers
=
[
...
...
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