- Bump dependencies.
- Bump dependencies.
- Migrate from
noisy_float
toordered-float
.
- Make
FreedmanDiaconis
strategy more robust. Use improper IQR and Scott's rule as asymptotic resort. Introduce maximum number of bins withu16::MAX
as default. Computen_bins
arithmetically instead of iteratively.
- Fix binning strategies by using
ndarray-slice
, which as well comes with parallelized sorting and bulk-selection behind therayon
feature gate. - Fork
ndarray-stats
.