Releases: adafruit/Adafruit_CircuitPython_PyBadger
4.0.3 - Fix For New CLUE Hardware
What's Changed
Full Changelog: 4.0.2...4.0.3
4.0.2 - RTD Sphinx Config
Full Changelog: 4.0.1...4.0.2
4.0.1 - Fix For Sphinx RTD Theme
Full Changelog: 4.0.0...4.0.1
Change show() to root_group property
Any user code that was user badger.show(your_group)
will need to be updated to use badger.root_group = your_group
instead.
What's Changed
Full Changelog: 3.8.1...4.0.0
3.8.1 - Fix RTD Docs Build and Unpin Sphinx
Changes: 3.8.0...3.8.1
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-pybadger
.
Read the docs for info on how to use it.
3.8.0 - replace .show()
What's Changed
- Replace depreciated .show() by @RetiredWizard in #68
New Contributors
- @RetiredWizard made their first contribution in #68
Full Changelog: 3.7.14...3.8.0
3.7.14 - Fix Docs Build
This release fixes the docs build by adding bitmaptools
to the mocked core modules in the docs config.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-pybadger
.
Read the docs for info on how to use it.
3.7.13 - Fix RTD Theme Issue
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-pybadger
.
Read the docs for info on how to use it.
3.7.12 - Updated .pylintrc, fixed jQuery
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-PyBadger
.
Read the docs for info on how to use it.
3.7.11 - Updated pre-commit hooks
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-pybadger
.
Read the docs for info on how to use it.