Skip to content

Releases: adafruit/Adafruit_CircuitPython_SGP30

3.0.1 - Removed extra iaq_init() call

23 Jun 21:34
0d18c00
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-sgp30.

Read the docs for info on how to use it.

3.0.0 - Correct spelling of "celsius"

21 Jun 23:02
b62a473
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-sgp30.

Read the docs for info on how to use it.


What's Changed

This is a major release because the API changed, though only for someone who used a misspelled keyword argument.

New Contributors

Full Changelog: 2.4.2...3.0.0

2.4.2 - Added cp.org link to index.rst

09 Jun 18:28
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-sgp30.

Read the docs for info on how to use it.

2.4.1 - Repo documentation and config updates

07 Jun 17:09
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-sgp30.

Read the docs for info on how to use it.

2.4.0 - Added calibration based on temperature, relative humidity

03 Apr 22:37
3e90660
Compare
Choose a tag to compare

Added a helper function set_iaq_relative_humidity() to set humidity compensation based on temperature and relative humidity. Thanks @benthorner!

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-sgp30.

Read the docs for info on how to use it.

2.3.7 - Updated documentation link, python version

04 Feb 20:23
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-sgp30.

Read the docs for info on how to use it.

2.3.6 - Updated pylint version, linted

15 Nov 18:19
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-sgp30.

Read the docs for info on how to use it.

2.3.5 - Updated documentation

26 Apr 19:46
fc8f1f7
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-sgp30.

Read the docs for info on how to use it.

2.3.4 - Moved pylint from build.yml to .pre-commit-config.yml

02 Mar 23:59
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-sgp30.

Read the docs for info on how to use it.

2.3.3 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:22
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-sgp30.

Read the docs for info on how to use it.