Releases: us-irs/spacepackets-py
Releases · us-irs/spacepackets-py
v0.5.0
- Complete unittests for all CFDP code
- Unified CFDP API
- Switched from setter/getters functions to properties for TM modules
v0.4.2
- Switched from setter/getters functions to properties for TM modules
v0.4.1
- Same as 0.4.0 but with version number correction
v0.4.0
- Includes more unittests for the PDU modules
- Using properties instead of getter/setter function as the Pythonic way to access attributes
- Examples added
- API changes for consistency
- More CFDP components added
v0.3.0
- Cleanup and smaller API changes across whole library
- More unit tests added
- A lot of documentation added
- Added PUS 1 and PUS 17 Telemetry Packet Components
v0.2.0
- Initial GitHub release of the new
spacepackets
Python package