-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Description
So that crates using this crate don't have to add it explicitly to their Cargo.toml
, it would be convenient to have this crate pub use
things like noisy_float::types::N64
since they are required directly by the API, such as with QuantileExt:: quantile_axis_mut
:
ndarray-stats/src/quantile/mod.rs
Lines 208 to 213 in b6628c6
fn quantile_axis_mut<I>( | |
&mut self, | |
axis: Axis, | |
q: N64, | |
interpolate: &I, | |
) -> Result<Array<A, D::Smaller>, QuantileError> |
Version Information
ndarray
: 0.15.4ndarray-stats
: 0.5.0- Rust: 1.61.0
To Reproduce
N/A
Expected behavior
Not have to add noisy_float
to my Cargo.toml
when using ndarray-stats::quantile::QuantileExt
.
kiranshila, rkshthrmsh, nx10, vsbuffalo, duskmoon314 and 1 more
Metadata
Metadata
Assignees
Labels
No labels