Skip to content

Releases: adafruit/Adafruit_CircuitPython_Colorsys

3.0.1 - RTD Sphinx Config

16 Jan 19:31
Compare
Choose a tag to compare

3.0.0 - Return Floats Instead of Ints

13 Nov 21:39
dfbb69e
Compare
Choose a tag to compare

Breaking Change

Code that uses this library will need to be updated to expect it to return floats between 0 and 1 instead of ints between 0 and 255. The new behavior matches the CPython implementation of colorsys

What's Changed

Full Changelog: 2.0.18...3.0.0

2.0.18 - Fix For Sphinx RTD Theme

07 Oct 22:29
Compare
Choose a tag to compare

2.0.17 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:43
Compare
Choose a tag to compare

Changes: 2.0.16...2.0.17

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

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

Read the docs for info on how to use it.

2.0.16 - Fix RTD Theme Issue

25 Sep 15:58
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.0.15 - Updated .pylintrc, fixed jQuery

26 May 16: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-Colorsys.

Read the docs for info on how to use it.

2.0.14 - CI updates, added version information

07 Feb 20:59
877b806
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.0.13 - Added blinka to requirements.txt

05 Oct 20:23
682634a
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.0.12 - Fixed copyright string in documentation

29 Aug 21:10
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.0.11 - Switched to pyproject.toml

09 Aug 19: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-colorsys.

Read the docs for info on how to use it.