Skip to content

Conversation

@akern40
Copy link
Contributor

@akern40 akern40 commented Nov 5, 2025

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 ndarray to 0.17.1
  • Bump ndarray-rand to 0.16.0
  • Implement the extension traits on ArrayRef instead of ArrayBase
  • Remove the "storage" generics on the extension traits
  • Update documentation to replace references to ArrayBase

Copy link
Contributor

@nilgoyette nilgoyette left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting to see that the new ndarray makes most generic functions declaration less verbose. I mean, you already knew, but it's great to see it :)

@akern40
Copy link
Contributor Author

akern40 commented Nov 6, 2025

Oh believe me it was satisfying! Just finished this same process for -linalg, which was the same but more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants