Releases: adafruit/Adafruit_CircuitPython_turtle
3.0.2 - Fix For Sphinx RTD Theme
Full Changelog: 3.0.1...3.0.2
3.0.1 - Fix RTD Docs Build and Unpin Sphinx
Changes: 3.0.0...3.0.1
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-turtle.
Read the docs for info on how to use it.
3.0.0 - Remove Usage of Deprecate Displayio API
This release changes the library to use .root_group = in stead of .show() for putting a group onto the Display. The new root_group property API was added in CircuitPython 8.0.0 if you are using a version older than that you will not be able to use version 3.0.0 of this library until you update.
Thank you @RetiredWizard
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-turtle.
Read the docs for info on how to use it.
2.2.17 - Fix RTD Theme Issue
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-turtle.
Read the docs for info on how to use it.
2.2.16 - Typing Information
This release contains typing information for function arguments and returns. Thank you @rrahkola
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-turtle.
Read the docs for info on how to use it.
2.2.15 - Fix For Koch Examples
This release contains fixes for the koch examples included in this repo. Thank you @tannewt.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-turtle.
Read the docs for info on how to use it.
2.2.14 - Updated .pylintrc, fixed jQuery
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-turtle.
Read the docs for info on how to use it.
2.2.13 - Updated pre-commit hooks
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-turtle.
Read the docs for info on how to use it.
2.2.12 - Fixed pylint errors
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-turtle.
Read the docs for info on how to use it.
2.2.11 - CPython Compatibility Fix
This release contains a change to allow for better compatibility with CPython used with Blinka_DisplayIO. Thank you @shulltronics
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-turtle.
Read the docs for info on how to use it.