Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ligo-scald
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Ron Tapia
ligo-scald
Commits
047333b9
Commit
047333b9
authored
1 year ago
by
Patrick Godwin
Browse files
Options
Downloads
Patches
Plain Diff
bump version to 0.8.4
parent
66759b24
Branches
main
Tags
v0.8.4
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
debian/changelog
+10
-0
10 additions, 0 deletions
debian/changelog
ligo-scald.spec
+2
-2
2 additions, 2 deletions
ligo-scald.spec
ligo/scald/__init__.py
+1
-1
1 addition, 1 deletion
ligo/scald/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
16 additions
and
6 deletions
README.md
+
2
−
2
View file @
047333b9
...
...
@@ -10,9 +10,9 @@ SCalable Analytics for LIGO/Virgo/Kagra Data
| | |
| ------------ | ------ |
|
**Version:**
| 0.8.
3
|
|
**Version:**
| 0.8.
4
|
|
**Web:**
| https://docs.ligo.org/gstlal-visualisation/ligo-scald |
|
**Source:**
| http://software.igwn.org/lscsoft/source/ligo-scald-0.8.
3
.tar.gz |
|
**Source:**
| http://software.igwn.org/lscsoft/source/ligo-scald-0.8.
4
.tar.gz |
**ligo-scald**
is a dynamic data visualization and monitoring tool for gravitational-wave data.
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
10
−
0
View file @
047333b9
ligo-scald (0.8.4-1) unstable; urgency=low
* fix AttributeError in Consumer.retrieve_rows_by_tag
* address build warnings from missing long_description
* remove superfluous group.id from Kafka producer setttings
* fix issue in disabling insecure request warnings
* modify python_requires version to avoid build issue
-- Patrick Godwin <patrick.godwin@ligo.org> Mon, 01 May 2023 14:08:43 -0700
ligo-scald (0.8.3-1) unstable; urgency=low
* scald aggregate: subscribe to unique set of topics
...
...
This diff is collapsed.
Click to expand it.
ligo-scald.spec
+
2
−
2
View file @
047333b9
%define name ligo-scald
%define version 0.8.
3
%define unmangled_version 0.8.
3
%define version 0.8.
4
%define unmangled_version 0.8.
4
%define release 1
Summary: SCalable Analytics for Ligo/virgo/kagra Data
...
...
This diff is collapsed.
Click to expand it.
ligo/scald/__init__.py
+
1
−
1
View file @
047333b9
from
__future__
import
absolute_import
,
print_function
,
division
__version__
=
'
0.8.
3
'
__version__
=
'
0.8.
4
'
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
047333b9
...
...
@@ -13,7 +13,7 @@ setup(
description
=
'
SCalable Analytics for Ligo Data
'
,
long_description
=
"
file: README.md
"
,
long_description_content_type
=
"
text/markdown
"
,
version
=
'
0.8.
3
'
,
version
=
'
0.8.
4
'
,
author
=
'
Patrick Godwin
'
,
author_email
=
'
patrick.godwin@ligo.org
'
,
url
=
'
https://git.ligo.org/gstlal-visualisation/ligo-scald.git
'
,
...
...
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