sarah-ek / faer-rs

Linear algebra foundation for the Rust programming language
https://faer-rs.github.io
MIT License
1.79k stars 58 forks source link

IntoNdarray depends on nalgebra feature flag instead of ndarray #70

Closed jbncode closed 10 months ago

jbncode commented 11 months ago

Although the IntoNdarray trait itself depends on the ndarray feature, all of the implementations depend on the nalgebra feature.

sarah-ek commented 10 months ago

good catch! i'll fix that asap

sarah-ek commented 10 months ago

fixed in 0.13.0