Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement NumPy's __array_function__ protocol for array methods that are not in the Array API Standard #643

Closed
wants to merge 3 commits into from

Conversation

tomwhite
Copy link
Member

Fixes #475

This is another attempt to address #475: this time I've added isclose (in this project - for tests only) so that the cubed-xarray tests pass. Note that a change in Xarray is also needed, see pydata/xarray#9883.

cc @keewis @TomNicholas

@tomwhite
Copy link
Member Author

tomwhite commented Feb 6, 2025

Superseded by #670

@tomwhite tomwhite closed this Feb 6, 2025
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.

Implement NumPy's __array_function__ protocol for array methods that are not in the Array API Standard
1 participant