Skip to content

Releases: pimoroni/Piano-HAT

Version 0.1.0

13 Mar 16:17
Compare
Choose a tag to compare

This is a maintenance release with no feature additions, it simply fixes a couple of ongoing issues that affect use in IDLE and also how the library interacts with the Python ecosystem on the whole.

  • Fix: Defer setup to avoid import side-effects
  • Fix: Change exit to ImportError

Version 0.0.5

07 Nov 14:37
Compare
Choose a tag to compare

Version 0.0.5 includes some minor tweaks and improvements for codestyle and conformance. Plus docstrings, which you can see by running:

import pianohat
help(pianohat)