Skip to content

v0.5.5

Compare
Choose a tag to compare
@psobot psobot released this 13 Jul 13:37
· 311 commits to master since this release
c3a7c78

tl;dr: A couple bug fixes, smaller binary wheels, and better support for autocomplete and type hints in IDEs. ๐ŸŽ‰

image

Bug Fixes

  • Add __repr__ to PitchShift. (#102)
  • Fix changing plugin parameters example code in README.md (@nashaad, #107)
  • Allow negative indices when accessing Pedalboard objects like lists. (#114)
  • Ensure that IIR filters are applied to all channels. (#116)

Optimizations

  • Avoid exposing internal symbols to decrease binary size. (#101)

New Features

  • Add type hinting and stub files for editor autocomplete. (#117)

New Contributors

Full Changelog: v0.5.4...v0.5.5