Skip to content

Releases: adafruit/Adafruit_CircuitPython_Typing

1.9.4 - Updated .pylintrc, fixed jQuery

26 May 16:15
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.9.3 - Updated pre-commit hooks

18 May 15:42
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.9.2 - Added More Attributes To PIL.Image

26 Apr 23:42
bd358db
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.9.1 - Fix readthedocs link

15 Apr 03:58
e54126d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.0...1.9.1

1.9.0 - Add BlockDevice

20 Mar 23:39
6a78016
Compare
Choose a tag to compare

What's Changed

  • Update CI to use composite actions by @tekktrik in #29
  • Define BlockDevice class for VfsFat block device arguments by @isacben in #30

Full Changelog: 1.8.3...1.9.0

1.8.3 - Updated pylint version

05 Dec 19:06
e509ec3
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.8.2 - Added Blinka as requirement

03 Oct 05:02
dfe89ba
Compare
Choose a tag to compare

Fixed an issue where Blinka was not listed as a requirement. Thanks @isacben!

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

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

Read the docs for info on how to use it.

1.8.1 - Made copyright stay up to date in docs/conf.py

26 Aug 02:42
142697d
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.8.0 - Added HTTPProtocol

18 Aug 02:42
b9e4c42
Compare
Choose a tag to compare

Added HTTPProtocol for type annotations, which will help annotate libraries using HTTP protocol managers, like WiFi manager classes.

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

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

Read the docs for info on how to use it.

1.7.3 - Using TypeAlias

15 Aug 16:31
07db7a3
Compare
Choose a tag to compare

This release uses TypeAlias for the protocol definitions. Thank you @tekktrik

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

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

Read the docs for info on how to use it.