Skip to content

Releases: adafruit/Adafruit_CircuitPython_SGP30

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.

2.3.2 - Moved to pre-commit, added licensing info

20 Jan 23:14
1f5aa97
Compare
Choose a tag to compare

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

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.1 - Remove old PyLint Directive

25 Aug 23:28
e501f5e
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.