Closed
Description
The ndarray
crate was updated to 0.13.
This issue and corresponding PR:
- Replace
Array::from_vec()
withArray::from()
, since it is now deprecated. - Replace manually calculated approximations with
approx
traits, the new recommended method for comparisons. - Add the
approx
feature flag andapprox
crate toCrates.toml
. - Move simpler examples first. Update explanations for clarity.
- Rename
vector-sum.md
tovector-comparison.md
, since it now mostly demonstrates theapprox
crate.
Metadata
Metadata
Assignees
Labels
No labels