You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow using __array_function__ as a fallback for missing Array API functions (#9530)
* don't pass along `out` for `nanprod`
We don't do this anywhere elsewhere, so it doesn't make sense to do
this only for `nanprod`.
* add tests for `as_indexable`
* allow using `__array_function__` as a fallback for missing array API funcs
* also check dask
* don't try to create a `dask` array if `dask` is not installed
0 commit comments