Skip to content

Releases: predict-idlab/tsdownsample

v0.1.3

02 Feb 09:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

23 Apr 16:00
Compare
Choose a tag to compare

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

Full Changelog: v0.1.1...v0.1.2

v0.1.1

29 Jan 21:20
aeeb8ad
Compare
Choose a tag to compare

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

v0.1.0

17 Jan 17:00
1b08886
Compare
Choose a tag to compare
:zap: faster parallel searchsorted (#15)