-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
arrayneeds attentionIt's been a while since this was pushed on. Needs attention from the owner or a maintainer.It's been a while since this was pushed on. Needs attention from the owner or a maintainer.
Description
This is an umbrella issue to track the implementation of the Array API in Dask. See also the earlier discussion in dask/community#109, and a possible implementation in #8750.
Compatible changes to make dask.array more consistent with numpy
- Add
expand_dimsto Dask array #8667 -
concatenateinconsistency with NumPy foraxis=None#8668 -
eyeinconsistency with NumPy fordtype=None#8669 -
fullinconsistency with NumPy fordtype=None#8947 -
linspacedivision by zero error #8670 -
rolldivision by zero error #8914 - Add missing NumPy ufuncs:
abs,left_shift,right_shift,positive#8915 - Support
keepdimsinargmaxandargmin#8916 -
argminerrors on 0-dimensional input #8929 - Add constants to
dask.arrayfor consistency with NumPy and array API #8931 -
matmuldoesn't fail fast for shape mismatches in some cases #8948
Breaking changes to make dask.array more consistent with numpy
Compatible changes to make dask.array more consistent with numpy.array_api (see Array API Standard Compatibility)
- Add
correctionkeyword argument as a synonym forddofinstdandvar - Add
copykeyword argument toasarray
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
arrayneeds attentionIt's been a while since this was pushed on. Needs attention from the owner or a maintainer.It's been a while since this was pushed on. Needs attention from the owner or a maintainer.