Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lvcnrpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
waveforms
lvcnrpy
Commits
67cd989c
There was a problem fetching the pipeline summary.
Commit
67cd989c
authored
8 years ago
by
Edward Fauchon-Jones
Browse files
Options
Downloads
Patches
Plain Diff
Prepare v3.0.0 release
parent
dcde61c1
No related branches found
Branches containing commit
Tags
v3.0.0
Tags containing commit
No related merge requests found
Pipeline
#
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
67cd989c
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
authorisation
authorisation
```bash
```bash
$ pip install git+https://git.ligo.org/edward.fauchon-jones/lvcnrpy.git#egg=lvcnrpy
$ pip install git+https://git.ligo.org/edward.fauchon-jones/lvcnrpy.git
@v3.0.0
#egg=lvcnrpy
```
```
2.
**Define LVC-NR Waveform Repository environment variable**
2.
**Define LVC-NR Waveform Repository environment variable**
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
67cd989c
...
@@ -19,7 +19,7 @@ from distutils.core import setup
...
@@ -19,7 +19,7 @@ from distutils.core import setup
from
setuptools
import
find_packages
from
setuptools
import
find_packages
setup
(
name
=
'
lvcnrpy
'
,
setup
(
name
=
'
lvcnrpy
'
,
version
=
'
2
.0.0
'
,
version
=
'
3
.0.0
'
,
description
=
'
Thin Python API to interact with the LVC NR catalogue
'
,
description
=
'
Thin Python API to interact with the LVC NR catalogue
'
,
author
=
'
Edward Fauchon-Jones
'
,
author
=
'
Edward Fauchon-Jones
'
,
author_email
=
'
edward.fauchon-jones@ligo.org
'
,
author_email
=
'
edward.fauchon-jones@ligo.org
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment