Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
bilby_pipe
Commits
7e96aaa6
Commit
7e96aaa6
authored
Aug 15, 2019
by
Gregory Ashton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 0.2.3 release
parent
48a31b36
Pipeline
#75022
failed with stage
in 3 minutes and 24 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
CHANGELOG.md
CHANGELOG.md
+8
-0
setup.py
setup.py
+2
-2
No files found.
CHANGELOG.md
View file @
7e96aaa6
...
...
@@ -2,12 +2,20 @@
## Unreleased
## v0.2.3 : 2019-08-15
### Changed
-
Removed testing against python3.5: it was found that the
python-ldas-tools-framecpp package was no longer compatible with python3.5.
As such, this breaks the C.I. testing environment. While basic running is
still expected to work with python3.5, it is strongly recommended people
update to a modern python installation.
-
Update to the review defaults and online running settings
-
Fixed bug when sampler_kwargs is None
-
Allow users to specific external source functions
-
Fix standard priors to have hign-spin (0.8) upper boundaries
-
Add time jittering option
-
Add shell script
## v0.2.2 : 2019-06-19
Release coinciding with bilby 0.5.2. Minor changes fixing bugs in 0.5.2 only
...
...
setup.py
View file @
7e96aaa6
...
...
@@ -70,7 +70,7 @@ def get_long_description():
return
long_description
VERSION
=
"0.2.
2
"
VERSION
=
"0.2.
3
"
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.
2
"
,
"bilby>=0.5.
4
"
,
"scipy>=1.2.0"
,
"gwpy"
,
"matplotlib"
,
...
...
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