anndata
anndata copied to clipboard
Handle `zarr` returning `cupy` Arrays
Please describe your wishes and possible alternatives to achieve the desired result.
After #1726 people will be able to have zarr return GPU-based arrays. We should ensure that we are ready for this feature change:
- [ ] Allow
SparseDatasetto returncupysparse arrays/matrices - [ ] Handle (either error, local setting etc.) return GPU arrays in places that definitely will not support them like
DataFrameinstances - [ ] Investigate
AwkwardArraycompatibility with this feature - [ ] Ensure
daskis ready for this change - [ ] Add tests for the new zarr settings to allow for this in general
cc @Intron7