Changes in version 1.2.0 New features o Add initial Zarr support for reading and writing .zarr stores o Allow manually setting chunk size for HDF5 writes o Add auto-chunking for HDF5 writes to improve performance o Optimise sparse matrix reading performance by avoiding Matrix::sparseMatrix and constructing objects manually Bug fixes o Handle unnamed SingleCellExperiment assays in as_AnnData() by automatically assigning names with a warning o Improve warnings when items fail to convert between objects and add new warnings and checks Documentation o Updates to vignettes o Fix broken links o Update author details Testing o Add a benchmarking system to monitor function performance o Improvements to roundtrip tests o Improvements to HDF5 tests o Improvements to GitHub Actions CI Changes in version 1.0.0 Introducing anndataR! o anndataR brings the AnnData object to R. It enables native reading and writing of H5AD files and conversion to/from SingleCellExperiment and Seurat objects. Features o An R6 class to work with AnnData objects in R (either in-memory or on-disk) o Natively read/write H5AD files without needing a Python environment o Convert to/from SingleCellExperiment objects o Convert to/from Seurat objects