Skip to content

Releases: adafruit/Adafruit_CircuitPython_VEML6070

3.1.13 - Switched to pyproject.toml

09 Aug 19:52
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.1.12 - Added cp.org link to index.rst

09 Jun 18:07
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.1.11 - Repo documentation and config updates

07 Jun 16:56
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.1.10 - Updated documentation link, python version

04 Feb 21:07
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.1.9 - Typing Information

24 Dec 13:48
523f7af
Compare
Choose a tag to compare

This release includes typing information, thank you @tekktrik

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

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

Read the docs for info on how to use it.

3.1.8 - Updated pylint version, linted

15 Nov 18:52
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.1.7 - Updated documentation

26 Apr 19:13
b9ef83e
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

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

03 Mar 00:00
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

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

10 Feb 22:31
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.1.4 - Moved to pre-commit, added licensing info

22 Jan 02:28
7178a07
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-veml6070.

Read the docs for info on how to use it.