Skip to content

Releases: adafruit/Adafruit_CircuitPython_Display_Shapes

2.5.2 - Switched to pyproject.toml

09 Aug 19:54
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-display-shapes.

Read the docs for info on how to use it.

2.5.1 - Fixed documentation rendering

12 Jul 16:45
e58a062
Compare
Choose a tag to compare

Fixed documentation for add_value() so the the docstring would render correctly with sphinx. No functional changes were made since last release. Thanks @nicolasff!

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

To use in CPython, pip3 install adafruit-circuitpython-display-shapes.

Read the docs for info on how to use it.

2.5.0 - Added add_values() 'update' parameter

05 Jul 18:24
cdef091
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-display-shapes.

Read the docs for info on how to use it.

2.4.6 - Typing Information

27 Jun 18:49
e5495c3
Compare
Choose a tag to compare

This release contains typing information for function arguments and returns. Thank you @isacben

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

To use in CPython, pip3 install adafruit-circuitpython-display-shapes.

Read the docs for info on how to use it.

2.4.5 - Added cp.org link to index.rst

09 Jun 18:37
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-display-shapes.

Read the docs for info on how to use it.

2.4.4 - Repo documentation and config updates

07 Jun 17:18
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-display-shapes.

Read the docs for info on how to use it.

2.4.3 - Fixed ZeroDivisionError for sparkline when using autorange

19 Apr 14:57
2fad6f2
Compare
Choose a tag to compare

Fixed issue where ZeroDivisionError would be raised in sparkline if autorange was set and only identical values were added.

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

To use in CPython, pip3 install adafruit-circuitpython-display-shapes.

Read the docs for info on how to use it.

2.4.2 - Updated documentation link, python version

04 Feb 20:57
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-display-shapes.

Read the docs for info on how to use it.

2.4.1 - Added empty __init__.py to make proper package

13 Dec 17:54
993bd12
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-display-shapes.

Read the docs for info on how to use it.

2.4.0 - Added height and width properties for Rect and RoundRect

29 Nov 18:42
bafa35c
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-display-shapes.

Read the docs for info on how to use it.