Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LOFAR Station Client
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LOFAR2.0
LOFAR Station Client
Commits
c9b10f78
Commit
c9b10f78
authored
Jun 4, 2024
by
Hannes Feldt
Browse files
Options
Downloads
Patches
Plain Diff
update release notes
parent
0adda981
No related branches found
No related tags found
1 merge request
!92
Resolve L2SS-1582 "Migrate case insensitive dict from station control"
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
VERSION
+1
-1
1 addition, 1 deletion
VERSION
lofar_station_client/statistics/packets/_statistics.py
+1
-5
1 addition, 5 deletions
lofar_station_client/statistics/packets/_statistics.py
with
3 additions
and
6 deletions
README.md
+
1
−
0
View file @
c9b10f78
...
...
@@ -122,6 +122,7 @@ tox -e debug tests.requests.test_prometheus
## Release notes
-
0.18.8 - Migrate case insensitive dict from station control
-
0.18.7 - Add support for various ZeroMQ package receivers
-
0.18.6 - Compatability with new black versions
-
0.18.5 - Compatability with python 3.10 and higher
...
...
This diff is collapsed.
Click to expand it.
VERSION
+
1
−
1
View file @
c9b10f78
0.18.
7
0.18.
8
This diff is collapsed.
Click to expand it.
lofar_station_client/statistics/packets/_statistics.py
+
1
−
5
View file @
c9b10f78
# Copyright (C) 202
4
ASTRON (Netherlands Institute for Radio Astronomy)
# Copyright (C) 202
3
ASTRON (Netherlands Institute for Radio Astronomy)
# SPDX-License-Identifier: Apache-2.0
# pylint: disable=too-many-instance-attributes,duplicate-code
...
...
@@ -156,10 +156,6 @@ class StatisticsPacket:
header
=
StatisticsHeader
(
packet_data
[
0
:
StatisticsHeader
.
HEADER_SIZE
])
return
StatisticsPacket
(
header
,
packet_data
[
StatisticsHeader
.
HEADER_SIZE
:])
@staticmethod
def
from_dict
(
data
:
dict
)
->
"
StatisticsPacket
"
:
header
=
StatisticsHeader
()
@property
def
raw
(
self
)
->
bytes
:
"""
Returns the raw packet bytes
"""
...
...
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
sign in
to comment