Skip to content

Releases: adafruit/Adafruit_CircuitPython_APDS9960

2.2.8 - Added Typing Information

13 Nov 18:27
c55da0d

Choose a tag to compare

This release includes typing information for function definitions. Thank you @fivesixzero

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

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

Read the docs for info on how to use it.

2.2.7 - Improved documentation

29 Apr 17:16
ee411d3

Choose a tag to compare

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

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

Read the docs for info on how to use it.

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

02 Mar 23:49

Choose a tag to compare

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

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

Read the docs for info on how to use it.

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

10 Feb 22:18

Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.2.4 - Moved to pre-commit, added licensing info

20 Jan 23:05
3bb4c69

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-apds9960.

Read the docs for info on how to use it.

2.2.3 - Fixed typo in README.rst

11 Dec 21:32
cc41945

Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.2.2 - Remove old PyLint Directive

26 Aug 00:01
7f22bba

Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.2.1 - Fixed discord invite link

09 Jul 20:58

Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.2.0 - Added rotation modifier for gestures

18 Jun 17:33
4242772

Choose a tag to compare

Thanks @FoamyGuy

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

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

Read the docs for info on how to use it.

2.1.1 - Added Black check, reran Black with Python 3 target.

10 Apr 18:44
ebe44a1

Choose a tag to compare

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

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

Read the docs for info on how to use it.