ndarray-stats
Statistical routines for the n-dimensional array data structures provided by ndarray.
0.7.0
6.6M downloads/mo
#3900 most downloaded on crates.io
rust-ndarray/ndarray-stats
What this package is like to depend on
Last release 7 months ago
28 Dec 2025
Ships fairly regularly
a new release about every 1.2 years
Some releases are documented
notes for 4 of 8 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
8 releases · first in 2018
1 release in the last 12 months
see the full history below
Release timeline
8 releases · Nov 2018 to Dec 2025Releases
latest 8-
0.7.028 Dec 2025Release notes
Open source →Updated the library to work with the new
ArrayReftype inndarray:0.17.1.Updated the minimum supported Rust version to 1.65.
-
0.6.024 Aug 2024Release notes
Open source →- Breaking changes
- Minimum supported Rust version:
1.64.0 - Updated to
ndarray:v0.16.0 - Updated to
approx:v0.5.0
- Minimum supported Rust version:
- Updated to
ndarray-rand:v0.15.0 - Updated to
indexmap:v2.4 - Updated to
itertools:v0.13
Contributors: @bluss
- Breaking changes
-
0.5.123 Aug 2022Nothing published for this version
-
0.5.007 Apr 2021Nothing published for this version
-
0.4.014 Dec 2020Nothing published for this version
-
0.3.025 Sep 2019 -
0.2.013 Apr 2019Release notes
Open source →- 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_skipnanargmax/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
- New functionality:
-
0.1.021 Nov 2018Nothing published for this version