Squidpy 1.3.0 (2023-06-16)
Features
Add
squidpy.tl.var_by_distance()to calculate distances to anchor points and store results in a design matrix.Add
squidpy.pl.var_by_distance()to visualize variables such as gene expression by distance to an anchor point. @LLehner #591
Bugfixes
Fix
pandasinfsquidpy.pl.ligrec(). @michalk8 #625Remove column assignment to improve compatibility with new cell metadata. @cornhundred #648
Fix
squidpy.pl.extract()on views. @michalk8 #663Set coordinates’ index type to same as in :attr:
anndata.AnnData.obsinsquidpy.read.vizgen()andsquidpy.read.visium(). @michalk8 #665Fix previously updated cell metadata index conversion. @dfhannum #692
Miscellaneous
Add
attr: option tosquidpy.gr.spatial_autocorr()to select values from :attr:anndata.AnnData.obsor :attr:anndata.AnnData.obsm. @michalk8 #664, #672Add
percentileoption tosquidpy.gr.spatial_neighbors()to filter neighbor graph using percentile of distances threshold. @LLehner #690Add
spatialdata.SpatialDataas possible input for graph functions. @LLehner #701
Documentation
Updated the quality control tutorials for Vizgen, Xenium and Nanostring. @pakiessling #110
Improved example for
squidpy.tl.var_by_distance()andsquidpy.pl.var_by_distance(). @LLehner #115