Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: dask: fix asarray(..., copy=None) for array-likes: they copy
As of dask >= 2024.12, da.from_array() always copies, while before it did not. Thus copy too, to make array_api_compat.dask.array version-independent.
- Loading branch information