Releases: pimoroni/pms5003-python
Releases · pimoroni/pms5003-python
Version 1.0.1
What's Changed
- Fix install.sh to not mangle /boot/config.txt by @Gadgetoid in #20
- examples: try to use auto-detect for pins first. by @Gadgetoid in #24
- Support for Raspberry Pi Zero W by @hellqvio86 in #26
- Sync with boilerplate. by @Gadgetoid in #25
- Simplify GPIO setup. by @Gadgetoid in #27
New Contributors
- @hellqvio86 made their first contribution in #26
Full Changelog: v1.0.0...v1.0.1
Version 1.0.0
- Repackage to hatch/pyproject.toml
- Port to gpiod/gpiodevice (away from RPi.GPIO)
What's Changed
- Add GitHub actions workflow by @Gadgetoid in #9
- Update packaging & CI by @Gadgetoid in #13
- Repackage to pyproject.toml / hatch. port to gpiod. by @Gadgetoid in #19
Full Changelog: v0.0.5...v1.0.0
Version 0.0.5
- 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
This release includes minor packaging changes.
Version 0.0.3
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.