Skip to content
Snippets Groups Projects
Commit c9b10f78 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

update release notes

parent 0adda981
No related branches found
No related tags found
1 merge request!92Resolve L2SS-1582 "Migrate case insensitive dict from station control"
......@@ -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
......
0.18.7
0.18.8
# Copyright (C) 2024 ASTRON (Netherlands Institute for Radio Astronomy)
# Copyright (C) 2023 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"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment