File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cff-version : 1.2.0
22title : ' space_packet_parser'
33type : software
4- version : ' 6.0.0rc2 '
4+ version : ' 6.0.0 '
55description : A CCSDS telemetry packet decoding library based on the XTCE packet format description standard.
66license : BSD-3-Clause
77abstract : The Space Packet Parser Python library is a generalized, configurable packet decoding library for CCSDS telemetry
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ list and release milestones.
55## Version Release Notes
66Release notes for the ` space_packet_parser ` library
77
8- ### v6.0.0 (unreleased )
8+ ### v6.0.0 (released )
99- * BREAKING* : ` XtcePacketDefinition ` no longer accepts a file object as input.
1010 Use ` spp.xtce.definitions.XtcePacketDefinition.from_xtce() ` or ` spp.load_xtce() ` instead.
1111- * BREAKING* : Reorganization of the project into different submodules for more explicit handling
Original file line number Diff line number Diff line change 11package :
22 name : " space_packet_parser"
3- version : " 6.0.0rc2 "
3+ version : " 6.0.0 "
44
55source :
66 path : .
Original file line number Diff line number Diff line change 11[project ]
22name = " space_packet_parser"
3- version = " 6.0.0rc2 "
3+ version = " 6.0.0 "
44description = " A CCSDS telemetry packet decoding library based on the XTCE packet format description standard."
55license = { text = " BSD-3-Clause" }
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments