Skip to content

Version 1.2.5

Latest
Compare
Choose a tag to compare
@Gadgetoid Gadgetoid released this 04 Nov 12:41

This release gathers up some improvements to the library made over the last 3 years.

There should be no breaking API changes, however the library has changed to avoid import-time side-effects and defer setup until piglow is used.

Special thanks to @rowlap for finding and fixing some major bugs.

  • Improved docstrings
  • Defer setup to avoid import-time side effects. PR #17
  • Fix issue with modulo. PR #21
  • Fix & optimise tweeing. PR #23