Releases: pimoroni/bme280-python
Releases · pimoroni/bme280-python
Version 1.0.0
- Repackage to hatch/pyproject.toml
- Require i2cdevice>=1.0.0 (smbus2)
What's Changed
- Add GitHub actions workflow by @Gadgetoid in #13
- Add Bullseye installer by @Gadgetoid in #19
- Decode CPU temperature for Python 3 support by @LionsPhil in #18
- Repackage to pyproject/hatch by @Gadgetoid in #26
- Prep for v1.0.0. by @Gadgetoid in #27
- Tidyup and prep for v1.0.0 by @Gadgetoid in #29
New Contributors
- @LionsPhil made their first contribution in #18
Full Changelog: v0.1.1...v1.0.0
Version 0.1.1
- Fix the broken .whl files released in 0.1.0 and probably prior
Version 0.1.0
- Switch to setup.cfg
- Match humidity compensation to BOSCH formula
Version 0.0.2
This version migrates to the set/get API in i2cdevice>=0.0.6. For more information see pimoroni/i2cdevice-python#3