Skip to content

v0.4.0

Latest

Choose a tag to compare

@timtreis timtreis released this 27 May 15:18
· 1 commit to main since this release
55eab64

What's Changed

Added

Changed

  • Improved error message for incorrect gene_symbols columns by @SAY-5 in #658
  • Parameter palette can now be used without specifying groups by @SAY-5 in #659
  • Added guard against annotated instance_id==0 elements in render_labels by @SAY-5 in #660
  • Raise clear error on disjoint instance IDs in render_shapes/labels/points by @SAY-5 in #661
  • Raise on color name collision with column in render_* by @timtreis in #665
  • Honor explicit table_name= when element has same-named column by @timtreis in #666
  • Reject NaN pixels in render_images by @timtreis in #673
  • Raise clear error for all-empty shapes by @timtreis in #674
  • Raise clear error for 3D (z-stack) images and labels by @timtreis in #675
  • Raise on obs/var key collision in table-based coloring by @timtreis in #678
  • Skip wasted cs-level table copy in render_shapes/render_labels by @timtreis in #680
  • Warn when r/g/b channels have divergent ranges by @timtreis in #682

Fixed

  • Fix render_points(color="z") silently dropping data column by @timtreis in #667
  • Fix datashader resolution collapse on cropped coordinate offsets by @timtreis in #669
  • Fix render_points crash when coloring by spatial coord (x/y) by @timtreis in #671
  • Fix render_images(norm=LogNorm()) crash on zero/non-positive data by @timtreis in #672

New Contributors

Full Changelog: v0.3.4...v0.4.0