Recent Releases of https://github.com/predict-idlab/tsdownsample
https://github.com/predict-idlab/tsdownsample - v0.1.4.1
What's Changed
- Add support for Python 3.13 by @my1e5 in https://github.com/predict-idlab/tsdownsample/pull/78
- 🐛 Fix precision error in update sequentialaddmul @jvdd in https://github.com/predict-idlab/tsdownsample/pull/80
- release 0.1.4 by @jvdd in https://github.com/predict-idlab/tsdownsample/pull/81
New Contributors
- @my1e5 made their first contribution in https://github.com/predict-idlab/tsdownsample/pull/78
Full Changelog: https://github.com/predict-idlab/tsdownsample/compare/v0.1.3...v0.1.4.1
- Jupyter Notebook
Published by jvdd about 1 year ago
https://github.com/predict-idlab/tsdownsample - v0.1.3
What's Changed
- Bump maturin version: 0.14 -> 1.1 by @TomaSajt in https://github.com/predict-idlab/tsdownsample/pull/52
- QoL improvements by @jvdd in https://github.com/predict-idlab/tsdownsample/pull/54
- 👷 build: create codeql.yml by @NielsPraet in https://github.com/predict-idlab/tsdownsample/pull/55
- ⬆️ deps: update argminmax to 0.6.1 by @NielsPraet in https://github.com/predict-idlab/tsdownsample/pull/57
- cleanup benchmark code by @NielsPraet in https://github.com/predict-idlab/tsdownsample/pull/58
- :seenoevil: change default
minmax_ratioto 4 by @jvdd in https://github.com/predict-idlab/tsdownsample/pull/62 - :seenoevil: check for contiguous array by @jvdd in https://github.com/predict-idlab/tsdownsample/pull/64
- Add Python 3.12 support by @jvdd in https://github.com/predict-idlab/tsdownsample/pull/65
- Fix multithreading by @jvdd in https://github.com/predict-idlab/tsdownsample/pull/68 & https://github.com/predict-idlab/tsdownsample/pull/51
- :arrow_up: update dependencies by @jvdd in https://github.com/predict-idlab/tsdownsample/pull/69
- ✨ feat: nan handling by @NielsPraet in https://github.com/predict-idlab/tsdownsample/pull/59
New Contributors
- @NielsPraet made their first contribution in https://github.com/predict-idlab/tsdownsample/pull/51
- @TomaSajt made their first contribution in https://github.com/predict-idlab/tsdownsample/pull/52
Full Changelog: https://github.com/predict-idlab/tsdownsample/compare/v0.1.2...v0.1.3
- Jupyter Notebook
Published by jvdd about 2 years ago
https://github.com/predict-idlab/tsdownsample - 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 https://github.com/predict-idlab/tsdownsample/pull/28
- Fix: Convert to numpy array before downsampling by @jayceslesar in https://github.com/predict-idlab/tsdownsample/pull/29
- chore: use ruff instead of isort by @jvdd in https://github.com/predict-idlab/tsdownsample/pull/32
- :tada: support serialization by @jvdd in https://github.com/predict-idlab/tsdownsample/pull/34
- :rabbit: add codspeed benchmarking to ci/cd by @jvdd in https://github.com/predict-idlab/tsdownsample/pull/38
- fix: use correctly 1M as benchmark size by @jvdd in https://github.com/predict-idlab/tsdownsample/pull/40
- :floppy_disk: add Python downsamplers + test identical as Rust impl by @jvdd in https://github.com/predict-idlab/tsdownsample/pull/33
- :sparkles: fix everyNth out of bound by @jonasvdd in https://github.com/predict-idlab/tsdownsample/pull/43
- fix: pickle compatible implementation of downsamplers by @jonasvdd in https://github.com/predict-idlab/tsdownsample/pull/44
New Contributors
- @jayceslesar made their first contribution in https://github.com/predict-idlab/tsdownsample/pull/28
- @jonasvdd made their first contribution in https://github.com/predict-idlab/tsdownsample/pull/43
Full Changelog: https://github.com/predict-idlab/tsdownsample/compare/v0.1.1...v0.1.2
- Jupyter Notebook
Published by jvdd almost 3 years ago
https://github.com/predict-idlab/tsdownsample - v0.1.1
This release adds support for gaps in x (i.e., empty bins when performing searchsorted)!
What's Changed
- :arrow_up: change rust-numpy git dependency to release by @jvdd in https://github.com/predict-idlab/tsdownsample/pull/18
- Check last bit when checking parity by @smu160 in https://github.com/predict-idlab/tsdownsample/pull/17
- :pen: improve readme documentation by @jvdd in https://github.com/predict-idlab/tsdownsample/pull/22
- :hole: handle gaps in x by @jvdd in https://github.com/predict-idlab/tsdownsample/pull/20
New Contributors
- @smu160 made their first contribution in https://github.com/predict-idlab/tsdownsample/pull/17
Full Changelog: https://github.com/predict-idlab/tsdownsample/compare/v0.1.0...v0.1.1
- Jupyter Notebook
Published by jvdd about 3 years ago
https://github.com/predict-idlab/tsdownsample - v0.1.0
- Jupyter Notebook
Published by jvdd about 3 years ago