About the Dask Array category

Dask Array implements a subset of the NumPy ndarray interface using blocked algorithms, cutting up the large array into many small arrays.

This is also a good place to chat about different array backends (e.g., CuPy) and interfaces built on top of Dask array like dask-image or xarray.