Anndata 0.10 released!

anndata 0.10 has been released! You can check out the release notes here:

Highlights from this release include:

  • GPU support in AnnData via cupy dense and sparse arrays! You can take advantage of this right away with rapids-singlecell
    • Thanks to CZI’s EOSS program for funding the CI required for both projects!
  • More tools for working with on disk data, including:
    • Concatenating on-disk datasets (docs)
    • Support for dask arrays contain sparse matrices (demo)
    • Public API for working with on disk sparse matrices (in demo above, but see also: sparse_dataset, CSRDataset, and CSCDataset in the experimental module)

Thanks to everyone who contributed!

Please check it out and let us know if you run into any issues!

1 Like