Releases: predict-idlab/tsdownsample
Releases · predict-idlab/tsdownsample
v0.1.3
What's Changed
- Bump maturin version: 0.14 -> 1.1 by @TomaSajt in #52
- QoL improvements by @jvdd in #54
- 👷 build: create codeql.yml by @NielsPraet in #55
- ⬆️ deps: update argminmax to 0.6.1 by @NielsPraet in #57
- cleanup benchmark code by @NielsPraet in #58
- 🙈 change default
minmax_ratio
to 4 by @jvdd in #62 - 🙈 check for contiguous array by @jvdd in #64
- Add Python 3.12 support by @jvdd in #65
- Fix multithreading by @jvdd in #68 & #51
- ⬆️ update dependencies by @jvdd in #69
- ✨ feat: nan handling by @NielsPraet in #59
New Contributors
- @NielsPraet made their first contribution in #51
- @TomaSajt made their first contribution in #52
Full Changelog: v0.1.2...v0.1.3
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
v0.1.1
This release adds support for gaps in x
(i.e., empty bins when performing searchsorted)!
What's Changed
- ⬆️ change rust-numpy git dependency to release by @jvdd in #18
- Check last bit when checking parity by @smu160 in #17
- 🖊️ improve readme documentation by @jvdd in #22
- 🕳️ handle gaps in x by @jvdd in #20
New Contributors
Full Changelog: v0.1.0...v0.1.1