ndarray 0.15 is finally released. πŸ˜“

https://docs.rs/ndarray/0.15

The following are some highlights, see the release note for the whole story.

https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md#version-0150-2021-03-25

- Inserting new axes while slicing

- two-sided broadcasting for arithmetic operations

- `.cell_view()

- Improved `Array::uninit`

Thanks to **jturner314**, **SparrowLii**, **xd009642**, **dam5h**, **insideoutclub** and **bluss** who contributed the changes for this release.

#rust #ndarray #rustsci

ndarray - Rust

The `ndarray` crate provides an n-dimensional container for general elements and for numerics.

Rust crate ndarray got a 0.14 release finally. Release note: https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md
#rust #rustsci #ndarray
rust-ndarray/ndarray

ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations - rust-ndarray/ndarray