Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 556 Bytes

CHANGELOG.md

File metadata and controls

19 lines (12 loc) · 556 Bytes

Changelog

Notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,

[0.0.9] - 2018-11-19

Changed

  • Improve handling of packet definitions with intermittently specified bit_offset (ie. some bit_offset specified, others None).
  • Respect byte_ordering for float datatypes.

[0.0.8] - 2018-10-11

Changed

  • Removed astropy dependency. Changes return type of ccsdspy.FixedLength.load from astropy.table.Table to OrderedDict.

Added

  • CHANGELOG.