Releases: scverse/spatialdata-plot
Releases · scverse/spatialdata-plot
v0.2.3
03 Jul 10:18
Compare
Sorry, something went wrong.
No results found
[0.2.3] - 2024-07-03
Changed
All parameters are now provided for a single element. If element in pl.render is None then this value will be broadcasted
Fixed
Fix color assignment for NaN values (#257 )
Fix channel str support #221
v0.2.2
02 May 11:46
Compare
Sorry, something went wrong.
No results found
[0.2.2] - 2024-05-02
Fixed
Fixed fill_alpha ignoring alpha channel from custom cmap
v0.2.1
25 Mar 23:33
Compare
Sorry, something went wrong.
No results found
[0.2.0] - 2024-03-24
Added
Support for plotting multiple tables @melonora
Fixed
Several bugfixes, especially for colors and palettes @melonora
v0.2.0-rc0
24 Mar 04:27
Compare
Sorry, something went wrong.
No results found
[0.2.0] - 2024-03-24
Added
Support for plotting multiple tables @melonora
Fixed
Several bugfixes, especially for colors and palettes @melonora
v0.2.0
24 Mar 20:11
Compare
Sorry, something went wrong.
No results found
[0.2.0] - 2024-03-24
Added
Support for plotting multiple tables @melonora
Fixed
Several bugfixes, especially for colors and palettes @melonora
v0.1.0
17 Jan 19:23
Compare
Sorry, something went wrong.
No results found
Added
Multiscale image handling: user can specify a scale, else the best scale is selected automatically given the figure size and dpi (#164 )
Large images are automatically rasterized to speed up performance (#164 )
Added better error message for mismatch in cs and ax number (#185 )
Beter test coverage for correct plotting of elements after transformation (#198 )
Can now stack render commands (#190 , #192 )
The color argument in render_shapes/points now accepts actual colors as well (#199 )
Input arguments are now evaulated for their types in basic.py (#199 )
Fixed
Now dropping index when plotting shapes after spatial query (#177 )
Points are now being correctly rotated (#198 )
User can now pass Colormap objects to the cmap argument in render_images. When only one cmap is given for 3 channels, it is now applied to each channel (#188 , #194 )
v0.0.6
06 Nov 16:52
Compare
Sorry, something went wrong.
No results found
Added
Pushed get_extent functionality upstream to spatialdata (#162 )
v0.0.5
02 Oct 16:13
Compare
Sorry, something went wrong.
No results found
Added
Can now scale shapes (#152 )
Can now plot columns from GeoDataFrame (#149 )
Fixed
Multipolygons are now handled correctly (#93 )
Legend order is now deterministic (#143 )
Images no longer normalised by default (#150 )
Colorbar no longer autoscales to [0, 1] (#155 )
v0.0.4
11 Aug 10:02
Compare
Sorry, something went wrong.
No results found
Fixed
Multi-scale images/labels are now correctly substituted and the action is logged (#131 ).
Empty geometries among the shapes can be handeled (#133 ).
outline_width parameter in render_shapes is now a float that actually determines the line width (#139 ).
v0.0.2
25 Jul 08:50
Compare
Sorry, something went wrong.
No results found
Changes
several bugfixes in response to user feedback