Releases: adafruit/Adafruit_CircuitPython_turtle
3.1.3 - Circle & Dot Fix
What's Changed
Full Changelog: 3.1.2...3.1.3
3.1.2 - Turtle Indicator Fix
3.1.1 - Account For Fractions In Movement
3.1.0 - Change Mode Default To Standard
NOTE: You must update your scripts to use turtle.mode("logo")
if you were previously relying on logo mode behavior.
What's Changed
Full Changelog: 3.0.2...3.1.0
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.