Releases: scverse/spatialdata-plot
Releases · scverse/spatialdata-plot
v0.2.7
Added
- The user can now specify datashader_reduction to control the rendering behaviour (#309)
- Rendering outlines of shapes with datashader works now (#309)
Fixed
- datashader now uses canvas size = image size which speeds up the rendering (#309)
- datashader now uses the linear as interpolation method for colormaps instead of the default eq_hist to make it equivalent to matplotlib (#309)
- point sizes of datashader now agree with matplotlib also when dpi != 100 (#309)
- Giving a custom colormap when rendering a multiscale image now works (#369)
Full Changelog: v0.2.6...v0.2.7
v0.2.6
Changed
- Lowered RMSE-threshold for plot-based tests from 45 to 15 (#344)
- When subsetting to
groups
,NA
isn't automatically added to legend (#344) - When rendering a single image channel, a colorbar is now shown (#346)
- Removed
percentiles_for_norm
parameter (#346) - Changed
norm
to no longer accept bools, onlympl.colors.Normalise
orNone
(#346)
Fixed
- Filtering with
groups
now preserves original cmap (#344) - Non-selected
groups
are now not shown inna_color
(#344) - Several issues associated with
norm
andcolorbar
(#346)
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- Added better error message for edge-case in which user modifies adata in place outside of sdata by @timtreis in #322
- Update template to v0.4.0 by @scverse-bot in #263
- Categorical data is now correctly colored in the legend when plotting v2 by @timtreis in #323
- String column names in [0, 1] are now no longer interpreted as colors by @timtreis in #331
- Removed
.pp
accessor by @timtreis in #329 - Donut-MultiPolygons are now correctly rendered again by @timtreis in #334
- Refactor of labels logic by @timtreis in #336
Full Changelog: v0.2.4...v0.2.5
v0.2.4
[0.2.4] - 2024-08-07
Added
- Added utils function for 0-transparent cmaps (#302)
Changed
Fixed
- Took RNG out of categorical label test (#306)
- Performance bug when plotting shapes (#298)
- scale parameter was ignored for single-scale images (#301)
- Changes to support for dask-expr (#283)
- Added error handling for non-existent elements (#305)
- Specifying vmin and vmax properly clips image data (#307)
- import bug
get_cmap()
(8fd969c)
v0.2.3post0
Fix requirement.
v0.2.3
v0.2.2
[0.2.2] - 2024-05-02
Fixed
- Fixed
fill_alpha
ignoringalpha
channel from custom cmap