You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🕳️ 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