Skip to content

Releases: pimoroni/i2cdevice-python

Version 1.0.0

30 Oct 11:59
204843a
Compare
Choose a tag to compare

This release is - mostly - a total repackage of i2cdevice against our latest standard Python boilerplate. It includes a switch from setup.py to pyproject.toml.

Additionally, the default smbus library is now the Python smbus2, which can be installed into a venv without issue.

  • Enhancement: Repackage to pyproject.toml/hatchling
  • Switch i2c_dev fallback from smbus to smbus2

What's Changed

Full Changelog: v0.0.7...v1.0.0

Version 0.0.7

09 Jul 11:36
v0.0.7
60bfa6a
Compare
Choose a tag to compare

This release brings a bugfix to squash duplicate reads when using .get(). This was causing issues with the MAX30105 interrupt registers and was contributory to pimoroni/max30105-python#6

  • BugFix: Prevent .get from reading multiple times (thanks @dkao)
  • Enhancement: Better error output (thanks Kamil Klimek)

Version 0.0.6

18 Jun 13:43
Compare
Choose a tag to compare
v0.0.6

Version 0.0.6

Version 0.0.5

18 Jun 13:38
Compare
Choose a tag to compare
v0.0.5

Version 0.0.5