Skip to content

Releases: harp-tech/harp-python

v0.4.1

02 Apr 16:21
3d97d0b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

0.4.0

24 Mar 09:14
9d05b58
Compare
Choose a tag to compare

What's Changed

  • Add support for parsing data from a memory buffer by @glopesdev in #37
  • Allow formatting data as binary protocol messages by @glopesdev in #40
  • Ensure datetime index when epoch is specified by @glopesdev in #41
  • Use index suffix for array register column labels by @glopesdev in #43
  • Refactor IO API for consistency and symmetry by @glopesdev in #44

Full Changelog: v0.3.0...v0.4.0

0.3.0

14 Nov 18:10
5bc3ebe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

0.2.0

21 Nov 18:21
Compare
Choose a tag to compare

What's Changed

  • Add payload validation to register reader by @glopesdev in #8
  • Add unit tests for io module by @glopesdev in #9
  • Add support for non-timestamped payloads by @glopesdev in #10
  • Add support for keeping message type by @glopesdev in #11
  • Allow creating datetime index from reference epoch by @glopesdev in #12
  • Refactor modules for type checking by @glopesdev in #13
  • Read common register schema using importlib by @glopesdev in #14
  • Add unit tests for reader module by @glopesdev in #15
  • Add support to infer register data file path by @glopesdev in #16
  • Add support for passing optional parameters to register reader by @glopesdev in #17
  • Allow setting default params when creating device reader by @glopesdev in #18
  • Change column names to match schema casing by @glopesdev in #19
  • Surface public API through top-level package by @glopesdev in #20

Full Changelog: v0.1.0...v0.2.0

0.1.0

02 Nov 03:31
d513077
Compare
Choose a tag to compare

What's Changed

  • Add support for black code formatter by @glopesdev in #2
  • Add single register binary file reader by @glopesdev in #1
  • Add auto-generated device schema classes by @glopesdev in #3
  • Add dynamic schema-based register reader classes by @glopesdev in #4
  • Add support for parsing payload spec members by @glopesdev in #5
  • Add schema reader module by @glopesdev in #6
  • Prepare package metadata for first release by @glopesdev in #7

New Contributors

Full Changelog: https://github.com/harp-tech/harp-python/commits/v0.1.0