Skip to content

Releases: scverse/spatialdata-plot

v0.2.1

25 Mar 23:33
d8ba58b
Compare
Choose a tag to compare

[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
Choose a tag to compare

[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
8c314c7
Compare
Choose a tag to compare

[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
Choose a tag to compare

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
3e09dd1
Compare
Choose a tag to compare

Added

  • Pushed get_extent functionality upstream to spatialdata (#162)

v0.0.5

02 Oct 16:13
Compare
Choose a tag to compare

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
Choose a tag to compare

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
1499710
Compare
Choose a tag to compare

Changes

  • several bugfixes in response to user feedback

0.0.1

04 May 10:32
aa1d238
Compare
Choose a tag to compare

Initial release