Releases: rust-ndarray/ndarray-stats
Releases · rust-ndarray/ndarray-stats
0.6.0
0.2.0 release (#36)
- New functionality:
- Summary statistics:
- Harmonic mean
- Geometric mean
- Central moments
- Kurtosis
- Skewness
- Information theory:
- Entropy
- Cross-entropy
- Kullback-Leibler divergence
- Quantiles and order statistics:
argmin
/argmin_skipnan
argmax
/argmax_skipnan
- Optimized bulk quantile computation (
quantiles_mut
,quantiles_axis_mut
)
- Summary statistics:
- Fixes:
- Reduced occurrences of overflow for
interpolate::midpoint
- Reduced occurrences of overflow for
- Improvements / breaking changes:
- Redesigned error handling across the whole crate, standardising on
Result
- All
ndarray-stats
' extension traits are now impossible to implement by
users of the library (see [#34])
- Redesigned error handling across the whole crate, standardising on
Contributors: @jturner314, @LukeMathWalker, @phungleson, @munckymagik