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 #468

Merged
merged 1 commit into from
May 22, 2024

Conversation

tomwhite
Copy link
Member

Namely nanmean, nansum, and pad.

This is a pragmatic way to get issues like #153 working until functions are standardized.

…t are not in the Array API Standard

* nanmean, nansum, pad
@tomwhite tomwhite merged commit af1ab74 into main May 22, 2024
9 checks passed
@tomwhite tomwhite deleted the np-array-function branch May 22, 2024 08:12
tomwhite added a commit that referenced this pull request Oct 1, 2024
…t are not in the Array API Standard (#468)

* nanmean, nansum, pad
tomwhite added a commit that referenced this pull request Dec 11, 2024
…t are not in the Array API Standard (#468)

* nanmean, nansum, pad
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.

1 participant