Skip to content

Releases: adafruit/Adafruit_CircuitPython_SGP30

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.

2.3.0 - Implemented the reading of raw sensor signals h2 and ethanol

27 Jul 19:28
b22602c
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.2.2 - Fixed discord invite link

09 Jul 20:32
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.2.1 - Added Black check, reran Black with Python 3 target.

10 Apr 18:03
c3b0512
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.2.0 - Upgrade to latest Pylint, implement Black formatting

20 Mar 15:38
951c6fb
Compare
Choose a tag to compare

We have upgraded Pylint checks to use the latest version of Pylint and implemented usage of Black Python formatting. This does not change the functionality of the code - it is designed to bring it up to current standards and make it more readable.

  • Remove pinned Pylint version number from build.yml file
  • Synced .pylintrc file to match Adafruit standard
  • Ran upgraded Pylint and applied any changes or new disables necessary
  • Ran Black formatter and allowed application of changes across entire repo

For more information on using Pylint and Black on your code, check out this guide on working with Pylint and Black

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.1.2 - Changed CI from Travis to GitHub Actions

22 Jan 01:45
Compare
Choose a tag to compare

This release includes:

  • Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

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.1.1 - Actions workflow updates

23 Dec 00:14
d39b041
Compare
Choose a tag to compare

This release includes updates the github actions workflows

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.

Adding support for new SGP30

13 Nov 18:50
00f4455
Compare
Choose a tag to compare

Thanks to @Airviz for the update!

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

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

Read the docs for info on how to use it.

Update README

13 Aug 00:52
d209c7c
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

Update README

13 May 05:10
e3b3cae
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.