Releases: adafruit/Adafruit_CircuitPython_Typing
1.9.4 - Updated .pylintrc, fixed jQuery
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
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
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
1.9.0 - Add BlockDevice
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
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
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
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
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
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.