v0.1.2
This release contributes the following:
- validate & fix the the downsamplers to produce identical output compared to the previously employed implementations in plotly-resampler
- add full serialization / pickle support
- some QOL improvements
What's Changed
- Clean Up Tests + More Explicit Example by @jayceslesar in #28
- Fix: Convert to numpy array before downsampling by @jayceslesar in #29
- chore: use ruff instead of isort by @jvdd in #32
- 🎉 support serialization by @jvdd in #34
- 🐰 add codspeed benchmarking to ci/cd by @jvdd in #38
- fix: use correctly 1M as benchmark size by @jvdd in #40
- 💾 add Python downsamplers + test identical as Rust impl by @jvdd in #33
- ✨ fix everyNth out of bound by @jonasvdd in #43
- fix: pickle compatible implementation of downsamplers by @jonasvdd in #44
New Contributors
- @jayceslesar made their first contribution in #28
- @jonasvdd made their first contribution in #43
Full Changelog: v0.1.1...v0.1.2