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

Updates for ndarray 0.13 #559

Closed
danwilhelm opened this issue Nov 11, 2019 · 0 comments
Closed

Updates for ndarray 0.13 #559

danwilhelm opened this issue Nov 11, 2019 · 0 comments

Comments

@danwilhelm
Copy link
Contributor

danwilhelm commented Nov 11, 2019

The ndarray crate was updated to 0.13.

This issue and corresponding PR:

  1. Replace Array::from_vec() with Array::from(), since it is now deprecated.
  2. Replace manually calculated approximations with approx traits, the new recommended method for comparisons.
  3. Add the approx feature flag and approx crate to Crates.toml.
  4. Move simpler examples first. Update explanations for clarity.
  5. Rename vector-sum.md to vector-comparison.md, since it now mostly demonstrates the approx crate.
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

2 participants