Ccsdspy

Latest version: v1.2.1

Safety actively analyzes 619291 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.2.1

==========================
* Fixed bug/regression introduced in 1.2.0 from signed integer patch (Discussion `101 <https://github.com/CCSDSPy/ccsdspy/discussions/101>`_)
* Fixed bug with expanding fields that occur in the middle of the packet (Discussion `102 <https://github.com/CCSDSPy/ccsdspy/discussions/102>`_)

1.2.0

==========================
* Add new class `~ccsdspy.converters.StringifyBytesConverter`, which can be used to inspect individual bytes in string representations such as binary, hexadecimal, or octal. For an introduction to post-processing transformations, see the documentation at :doc:`/user-guide/converters`.
* Fixed issue with parsing signed integers that are not aligned to byte boundaries (Issues `80 <https://github.com/CCSDSPy/ccsdspy/issues/80>`_ and `#76 <https://github.com/CCSDSPy/ccsdspy/issues/76>`_)
* Corrected several spelling errors and typos in the documentation.

1.1.0

==========================
* Added a `~ccsdspy.converters` system, which applies post-process to decoded packet fields. This post-processing includes applying linear/polynomial calibration curves, dictionary replacement, and time parsing. See the documentation at :doc:`/user-guide/converters`.

* Major extensions to `~ccsdspy.VariableLength` class to support arrays whose length is determined by another field. See documentation at :doc:`/user-guide/variablelength`.
* Added the following utility functions to the `ccsdspy.utils` module. See documentation at :doc:`/user-guide/utils`.

* `~ccsdspy.utils.read_primary_headers()`
* `~ccsdspy.utils.iter_packet_bytes()`
* `~ccsdspy.utils.split_packet_bytes()`
* `~ccsdspy.utils.count_packets()`
* `~ccsdspy.utils.get_packet_apid()`
* `~ccsdspy.utils.get_packet_total_bytes()`

* Add warnings when issues are detected in the primary headers when loading data. Warnings are issued in the following scenarios. This information can also be found in the documentation for the `~FixedLength.load()` method.

* `UserWarning`: The CCSDS sequence count headers are not in order
* `UserWarning`: The CCSDS sequence count headers indicate missing packets
* `UserWarning`: There was more than one APID present in the decoded stream

1.0.0

===========================
* Major new documentation added and re-organization.
* Started tracking coverage percentage
* Repackaging using pyproject.toml file

0.0.13

===========================
* Added the ability to parse variable length files
* Added the ability to specify packet field that are arrays
* Added the ability to define a packet through a csv file
* Added github actions to perform continuous integration
* Specified black as the only accepted code formatter

0.0.12

===========================

* Add split_by_apid() function and command line interface `python -m ccsdspy split`.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.