cubed icon indicating copy to clipboard operation
cubed copied to clipboard

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

Open tomwhite opened this issue 1 year ago • 1 comments

This is to support nanmean, nansum (see #153), and pad (#461).

The previous attempt at this in #468 was reverted in #469, since it was causing problems when used with Xarray (https://github.com/pydata/xarray/issues/8834#issuecomment-2124914727).

When Xarray is working we can re-introduce the changes here.

tomwhite avatar Jun 05 '24 10:06 tomwhite