Version 0.17.2 is mainly a patch fix to bugs related to the new ArrayRef implementation.
In addition, ndarray has reduced its packaging footprint to ease supply chain reviews (and shrink the binary size!).
A special thanks to @SwishSwushPow and @weiznich for bringing this to our attention and making the necessary changes.
Added
- Add type aliases for higher-dimensional ArcArrays by @varchasgopalaswamy #1561
Fixed
- Add PartialEq implementations between ArrayRef and ArrayBase by @akern40 #1557
- Implement Sync for ArrayParts by @gaumut #1552
- Clean up clippy allows and unnecessary borrows by @RPG-Alex #1571
Documentation
- fix some typos in comments by @tinyfoolish #1547