Skip to content

v0.1.0

Compare
Choose a tag to compare
@timtreis timtreis released this 17 Jan 19:23
· 294 commits to main since this release

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)