Skip to content

Tags: predict-idlab/tsdownsample

Tags

v0.1.4.1

Toggle v0.1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release 0.1.4 (#81)

* release 0.1.4

* 🙏 update actions

* add python 3.13 to ci build

* 🙏 install python 3.7 besides 3.13

* 🙏

* 🧹

* drop python 3.7 support

* 🙏

* 🙏 update download-artifacts

* 🙏 update upload artifact

* 🙏

* 🙏 unique file name

* 🙏

* 🙈 use pattern

* 🙏

* 🙏 try release candidate

* 🎉 0.1.4.1

* 🧹

v0.1.3

Toggle v0.1.3's commit message
🚀 tsdownsample v0.1.3

v0.1.2

Toggle v0.1.2's commit message
python tsdownsample 0.1.2 release

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🕳️ handle gaps in x (#20)

* 🕳️ handle gaps with minmax downsampler

* 🎀 use Option for searchsorted to handle gaps (#25)

* 🎀 parallel searchsorted Option return

* 🧹

* 🧹 match -> if let

* 🧹

* ♻️ cleanup code

* 🐛 x searchsorted bugfix

* 🔥 add test for gaps in x

* 🧹 cleanup code

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
⚡ faster parallel searchsorted (#15)