Skip to content

Releases: adafruit/Adafruit_CircuitPython_asyncio

1.3.3 - Fix For Sphinx RTD Theme

07 Oct 22:27
Compare
Choose a tag to compare

1.3.2 - Improved Examples

16 Jun 20:41
2032ac1
Compare
Choose a tag to compare

What's Changed

  • examples: submitting ideas for example code by @johnnohj in #67

New Contributors

Full Changelog: 1.3.1...1.3.2

Removed Non-working aenter and aexit methods

20 Feb 21:41
1f7562d
Compare
Choose a tag to compare

What's Changed

  • Remove non-working Stream aenter/aexit methods. by @kbsriram in #64

New Contributors

Full Changelog: 1.3.0...1.3.1

1.3.0 - Traceback Module Fallback

08 Jan 17:30
7469b5f
Compare
Choose a tag to compare

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

09 Dec 17:41
Compare
Choose a tag to compare

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

17 Nov 01:00
45f7149
Compare
Choose a tag to compare

What's Changed

  • chore: move CancelledError and InvalidStateError to tasks by @imnotjames in #55

New Contributors

Full Changelog: 1.2.0...1.2.1

1.2.0 - replace .show() in examples; no other code changes

03 Nov 13:16
da943a7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0 - include changes from MicroPython v1.20

12 Oct 22:10
c277db5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

1.0.0 - make compatible with 8.x.x and 9.0.0

12 Oct 21:56
723b428
Compare
Choose a tag to compare

Also give this a proper >0.x.x release number, since it's past being "experimental".

What's Changed

  • update asyncio from MicroPython v1.19.1 by @dhalbert in #47

Full Changelog: 0.5.24...1.0.0

0.5.24 - Fix RTD Theme Issue

25 Sep 15:56
Compare
Choose a tag to compare

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.