Skip to content

v2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 11:44
· 11 commits to master since this release
v2.2.0
97c656a

Changed

  • All event parsing happens during pyflp.parse itself.
  • colour.Color replaced with pyflp.types.RGBA.
  • Increase line-length of 100.

Fixed

  • Backtracking issues in nested dictionaries.

Removed

  • Python 3.7 support.
  • Bunch of intermediate EventBase subclasses.
  • Removed dependency on colour library.