Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reexport noisy_float::types::N64 #88

Open
metasim opened this issue Jun 24, 2022 · 0 comments
Open

Reexport noisy_float::types::N64 #88

metasim opened this issue Jun 24, 2022 · 0 comments

Comments

@metasim
Copy link

metasim commented Jun 24, 2022

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:

fn quantile_axis_mut<I>(
&mut self,
axis: Axis,
q: N64,
interpolate: &I,
) -> Result<Array<A, D::Smaller>, QuantileError>

Version Information

  • ndarray: 0.15.4
  • ndarray-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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant