Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
ligo-scald
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
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
Package Registry
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
gstlal-visualisation
ligo-scald
Commits
04939a52
Commit
04939a52
authored
Nov 27, 2019
by
Patrick Godwin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version to 0.7.2
parent
953a95a7
Pipeline
#90796
passed with stages
in 21 minutes and 18 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
4 deletions
+11
-4
debian/changelog
debian/changelog
+7
-0
ligo-scald.spec
ligo-scald.spec
+2
-2
ligo/scald/__init__.py
ligo/scald/__init__.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
debian/changelog
View file @
04939a52
ligo-scald (0.7.2-1) unstable; urgency=low
* Allow for non-default .netrc location for authentication
* Fix issue with duplicate triggers in IFAR plot/table
-- Patrick Godwin <patrick.godwin@ligo.org> Wed, 27 Nov 2019 11:13:10 -0800
ligo-scald (0.7.1-1) unstable; urgency=medium
* Fix zoom issue when dragging plots in dashboard when unlocked
...
...
ligo-scald.spec
View file @
04939a52
%define name ligo-scald
%define version 0.7.
1
%define unmangled_version 0.7.
1
%define version 0.7.
2
%define unmangled_version 0.7.
2
%define release 1
Summary: SCalable Analytics for Ligo/virgo/kagra Data
...
...
ligo/scald/__init__.py
View file @
04939a52
from
__future__
import
absolute_import
,
print_function
,
division
__version__
=
'0.7.
1
'
__version__
=
'0.7.
2
'
setup.py
View file @
04939a52
...
...
@@ -14,7 +14,7 @@ install_requires = [
setup
(
name
=
'ligo-scald'
,
description
=
'SCalable Analytics for Ligo Data'
,
version
=
'0.7.
1
'
,
version
=
'0.7.
2
'
,
author
=
'Patrick Godwin'
,
author_email
=
'patrick.godwin@ligo.org'
,
url
=
'https://git.ligo.org/gstlal-visualisation/ligo-scald.git'
,
...
...
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