Skip to content

v0.3.3

Choose a tag to compare

@thetianshuhuang thetianshuhuang released this 04 Jul 22:44
· 64 commits to main since this release
8cdf296

What's Changed:

  • Add pre-commit hooks, ruff lint, and lint rules (#10)
  • Allow more manual control on windowing (#11):
    • Add a crop argument to Window which can be used to disable auto-cropping of timestamps (at the cost of raising IndexError if the caller attempts to access the first past or last future samples)
    • Add a margin argument to the generic Synchronization policies which can be used to manually exclude samples from the start and end
  • Docs improvements & tweaks

Full Changelog: v0.3.2...v0.3.3