v0.3.3
What's Changed:
- Add pre-commit hooks, ruff lint, and lint rules (#10)
- Allow more manual control on windowing (#11):
- Add a
cropargument toWindowwhich can be used to disable auto-cropping of timestamps (at the cost of raising IndexError if the caller attempts to access the firstpastor lastfuturesamples) - Add a
marginargument to the genericSynchronizationpolicies which can be used to manually exclude samples from the start and end
- Add a
- Docs improvements & tweaks
Full Changelog: v0.3.2...v0.3.3