All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- (Xenium) added
dims
parameter for more control inxenium_aligned_image()
- (Xenium) changed default target of table to labels; radii of circles computed from cells, not nuclei #179
- (Visium HD) changed default geometry to squares from circles for the bins; added parameter to choose #183
- (CosMx) dropping points element with zero-length from the cosmx reader #191
- (Xenium) support reading multi-polygon selection files from the Xenium Explorer
- (ISS) An experimental loader to load elemental ISS data objects, e.g. raw.tif, label.tif and anndata.h5ad
- (Stereo-seq) Added reader @LLehner @timtreis @florianingelfinger #70
- (MERSCOPE) Optional rioxarray backend for MERSCOPE data (reads chunks)
- (MERSCOPE) Can choose which elements should be loaded
- (Visium) Fixed issue with joining a SpatialElement with a table due to index values not being unique. obs_names_make_unique is now called internally to enforce unique index values allowing for join operations.
- (MERSCOPE) "global" coordinate system is used as a default instead of "microns"
- (Visium HD) added reader, coauthored by @LLehner
- (Xenium) reader for 1.0.1 (paper data) and unknown versions
- (Xenium) fix in reading "minimalistic" Xenium datasets #132
- (Xenium) support for post-xenium aligned images (IF, HE)
- (Xenium) reader for the selection coordinates file from the Xenium Explorer
- (Xenium) support for the new Xenium 2.0.0 (multimodal segmentation)
- (Xenium) reading multiscale labels from cells.zarr.zip
- (MCMICRO) support for TMAs (such as the data of exemplar-002)
- (DBiT-seq) reader
- converter functions
experimental.to_legacy_anndata()
andexperimental.from_legacy_anndata()
- (Visium) support for raw reads (capture locations not under tissue)
- (Xenium) fixed index (fail on write)
- (Xenium) renamed cells_as_shapes to cells_as_circles; set default to True
- (MERSCOPE) don't try to load unexisting elements #87
- (Visium) fixed axes ordering
- (Xenium) bug when converting feature_name #81, from @fbnrst
- (Visium) visium() supports file counts without dataset_id #91
- (Xenium) coerce cell id to str #64
- (MERSCOPE) fix coordinate transformation #68
- (MERSCOPE) Improvements/fixes: merscope reader #73
- Bugs in Xenium and MERSCOPE
- MERFISH reader (from @quentinblampey)
- CODEX reader (from @LLehner)
- Issues on Visium reader (thanks @ilia-kats) and Xenium reader
- Curio reader
- Merge pull request #40 from scverse/fix/categories
- Revert version regex (#37)
- Test installation from pypi