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
3
Issues
3
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
e6223dea
Commit
e6223dea
authored
Jul 27, 2020
by
Gregory Ashton
Browse files
Options
Browse Files
Download
Plain Diff
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
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
CHANGELOG.md
CHANGELOG.md
+10
-0
setup.py
setup.py
+2
-2
No files found.
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
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