Skip to content

Releases: adafruit/Adafruit_CircuitPython_PyBadger

4.0.7 - Update Ruff Config & RTD Style Fix

20 Oct 20:35

Choose a tag to compare

4.0.6 - Use Newer OnDiskBitmap API

27 Jun 20:15
3894a63

Choose a tag to compare

What's Changed

Full Changelog: 4.0.5...4.0.6

4.0.5 - Update RTD Config

17 Jun 16:36

Choose a tag to compare

4.0.4 - Use Ruff & Fix URL in pyproject.toml

21 May 19:36
8d2d5c6

Choose a tag to compare

What's Changed

  • use ruff, correct homepage url in pyproject.toml by @FoamyGuy in #72

Full Changelog: 4.0.3...4.0.4

4.0.3 - Fix For New CLUE Hardware

01 Apr 18:08
7d59346

Choose a tag to compare

What's Changed

  • attempt new accelerometer init if first one fails by @FoamyGuy in #70

Full Changelog: 4.0.2...4.0.3

4.0.2 - RTD Sphinx Config

16 Jan 19:58

Choose a tag to compare

4.0.1 - Fix For Sphinx RTD Theme

07 Oct 22:34

Choose a tag to compare

Change show() to root_group property

01 Apr 14:52
5550334

Choose a tag to compare

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

09 Dec 17:46

Choose a tag to compare

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()

04 Nov 02:55
b3dd61b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.7.14...3.8.0