Releases: adafruit/Adafruit_CircuitPython_asyncio
Releases · adafruit/Adafruit_CircuitPython_asyncio
2.0.0 - update, remove some non-CPython API
What's Changed
- Incorporate upstream changes, including fixing state of cur_task and other things.
- Remove ThreadSafeFlag: it's in MicroPython, but not in CPython. If we need something like this, put it back later.
- Add get_running_loop()
- Use await instead of yield.
- Restore gather to be async.
- Make comments be more CircuitPython-centric.
- Add CIRCUITPY-CHANGE annotations to note code changes from MicroPython, to ease later merges.
Full Changelog: 1.3.5...2.0.0
1.3.5 - Renamed Examples
1.3.4 - RTD Sphinx Config
Full Changelog: 1.3.3...1.3.4
1.3.3 - Fix For Sphinx RTD Theme
Full Changelog: 1.3.2...1.3.3
1.3.2 - Improved Examples
Removed Non-working aenter and aexit methods
1.3.0 - Traceback Module Fallback
This release includes a fallback implementation of traceback module for devices that do not have it built-in. Thank you @imnotjames
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-asyncio
.
Read the docs for info on how to use it.
1.2.2 - Fix RTD Docs Build and Unpin Sphinx
Changes: 1.2.1...1.2.2
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-asyncio
.
Read the docs for info on how to use it.
Move CancelledError and InvalidStateError to tasks
What's Changed
- chore: move CancelledError and InvalidStateError to tasks by @imnotjames in #55
New Contributors
- @imnotjames made their first contribution in #55
Full Changelog: 1.2.0...1.2.1
1.2.0 - replace .show() in examples; no other code changes
What's Changed
- Replace depreciated .show() by @RetiredWizard in #52
New Contributors
- @RetiredWizard made their first contribution in #52
Full Changelog: 1.1.0...1.2.0