-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Milestone
Description
Please describe your wishes and possible alternatives to achieve the desired result.
We should probably add some read_elem_as_dask
methods to make reading stored objects from as dask arrays easier.
This largely needs special casing due to:
- Sparse arrays
- Dask not handling
h5py
object in the process based mode: Distributed writing for H5ad format due to h5py objects being unserializable #1105
I think we can skip dataframe support for now. It may be worth thinking about how to read objects into GPU memory as well.
I'm not completley set on the API, so input welcome. My initial thought is that we could just have a smaller registry of methods which only supports reads for dense and sparse arrays.
cc: @ilan-gold