rust-ndarray / ndarray

ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
https://docs.rs/ndarray/
Apache License 2.0
3.52k stars 298 forks source link

Suggestion: add "tensor" to the list of keywords on crates.io #857

Open elinorbgr opened 3 years ago

elinorbgr commented 3 years ago

Recently a friend told me it appeared that there was no established tensor library for Rust, and when I pointed them to ndarray, they told me that it didn't come up as a result for the search "tensor" in crates.io.

So, it might be a good idea to add it, to help newcomers find ndarray?

bluss commented 3 years ago

We have 5 keywords to use (unless someone contributes new knowledge about cargo) - and I'd suggest replacing data-structures with tensor, and make a super simple PR with this. Bonus if we look around and see what keywords others use - any others that use tensor?