ndarray 0.15 is finally released. 😓
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.