Skip to content
New issue

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

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

Already on GitHub? # to your account

Update to ndarray 0.13 #560

Merged
merged 1 commit into from
Dec 17, 2019

Conversation

danwilhelm
Copy link
Contributor

@danwilhelm danwilhelm commented Nov 11, 2019

The ndarray crate was updated to 0.13.

  1. Replace Array::from_vec() with 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.

@AndyGauge AndyGauge merged commit d7c2911 into rust-lang-nursery:master Dec 17, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants