Implement NumPy's __array_function__
protocol for array methods that are not in the Array API Standard
#475
Labels
__array_function__
protocol for array methods that are not in the Array API Standard
#475
This is to support
nanmean
,nansum
(see #153), andpad
(#461).The previous attempt at this in #468 was reverted in #469, since it was causing problems when used with Xarray (pydata/xarray#8834 (comment)).
When Xarray is working we can re-introduce the changes here.
The text was updated successfully, but these errors were encountered: