Skip to content

2.0.0 - update, remove some non-CPython API

Compare
Choose a tag to compare
@dhalbert dhalbert released this 04 Feb 18:31
· 2 commits to main since this release
b74b18e

What's Changed

  • Merge changes from MicroPython v.122 release; annotate CIRCUITPY-CHANGES by @dhalbert in #70

  • 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