ndarray-stats
ndarray-stats copied to clipboard
Make the entire crate compatible with the array reference type
This PR is large, but is repetitive and contains all of the code necessary to make ndarray-stats compatible with ndarray 0.17. It does the following:
- Bump
ndarrayto 0.17.1 - Bump
ndarray-randto 0.16.0 - Implement the extension traits on
ArrayRefinstead ofArrayBase - Remove the "storage" generics on the extension traits
- Update documentation to replace references to
ArrayBase