Skip to content

Releases: pimoroni/pms5003-python

Version 1.0.1

24 Apr 14:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

15 Nov 11:23
dc00a46
Compare
Choose a tag to compare
  • Repackage to hatch/pyproject.toml
  • Port to gpiod/gpiodevice (away from RPi.GPIO)

What's Changed

Full Changelog: v0.0.5...v1.0.0

Version 0.0.5

19 Mar 16:50
Compare
Choose a tag to compare
  • BugFix: Read start-of-frame a byte at a time to avoid misalignment issues, potential fix for #2, #3 and #4 - more info #5
  • Enhancement: Clarified error message when length packet cannot be read
  • Enhancement: Clarified error message when start of frame cannot be read
  • Enhancement: Added new error message where raw data length is less than expected (frame length)

Version 0.0.4

19 Mar 16:24
Compare
Choose a tag to compare

This release includes minor packaging changes.

Version 0.0.3

04 Jul 13:32
Compare
Choose a tag to compare

This version includes a dependency on pyserial in addition to an overhaul to shift metadata into setup.cfg and impose a requirement upon setuptools>=30.4.0.

This includes no changes to the library itself.