Release v0.1.8
Bug fix release
v0.1.7 was withdrawn/yanked off crates.io It shipped with a regression in nan_mean / nan_std on strided and multi-chunk selections. Use v0.1.8 instead.
Fix
nan_mean/nan_stdon strided chunks — The per-element chunk visit path handlednan_count,inf_count, andnull_countbut fell back to plainpush()fornan_meanandnan_std. Multi-chunk and strided selections therefore leftfinite_countat zero and returnedNaNeven on clean data.
What's Changed
- Query transforms, NaN reductions, and repo documentation in #14
Full Changelog: v0.1.6...v0.1.8