Releases: adafruit/Adafruit_CircuitPython_Typing
1.11.1 - Sphinx RTD Theme Fix
Full Changelog: 1.11.0...1.11.1
1.11.0 - Added SPIDevice
What's Changed
- add SPIDevice type to device_drivers.py by @jerryneedell in #42
New Contributors
- @jerryneedell made their first contribution in #42
Full Changelog: 1.10.3...1.11.0
1.10.3 - Specify Required Python 3.8+
What's Changed
Full Changelog: 1.10.2...1.10.3
1.10.1 - Update build and release workflows
.mpy bundles are no longer built for this library during build and release workflows, as mpy-cross
cannot build them due to incompatible syntax. Please note that this library was already incompatible with microcontroller targets, so this change does not affect them or code developed for them.
To use in CPython, pip3 install adafruit-circuitpython-Typing
.
Read the docs for info on how to use it.
1.10.0 - Interact with stubs better, add _FakeSSLContext, fixes
What's Changed
- Typing fixes by @justmobilize in #35
New Contributors
- @justmobilize made their first contribution in #35
Full Changelog: 1.9.6...1.10.0
1.9.6 - Fix RTD Docs Build and Unpin Sphinx
This release resolves an issue with the RTD Docs Theme.
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.5 - Fix RTD Theme Issue
This release resolves an issue with the RTD Docs Theme.
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.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.