Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
B
bilby_pipe
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
2
Merge Requests
2
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
bilby_pipe
Commits
68e07afd
Commit
68e07afd
authored
Oct 09, 2020
by
Gregory Ashton
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'version-1.0.2' into 'master'
Version 1.0.2 release See merge request
!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
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
CHANGELOG.md
CHANGELOG.md
+12
-0
setup.py
setup.py
+2
-2
No files found.
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
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