Skip to content

Releases: scverse/napari-spatialdata

0.5.3

25 Sep 09:08
803c35e
Compare
Choose a tag to compare

[0.5.3] - 2024-09-25

Fixed

  • Bug table was not reset after an element without table was added #317
  • Bug when changing channel for a multichannel image #301 #302
  • Bug when plotting catgorical annotations on points #304

0.5.2post1

16 Aug 13:45
69105e0
Compare
Choose a tag to compare
v0.5.2post1

Fix deploy by using local directory (#295)

0.5.2post0

16 Aug 12:43
7c4d7de
Compare
Choose a tag to compare
v0.5.2post0

Fix deploy by read dist path form output of previous steep (#294)

0.5.2

16 Aug 12:25
Compare
Choose a tag to compare

[0.5.2] - 2024-08-16

Minor

  • Modernized release workflow

v0.5.1

07 Aug 13:09
Compare
Choose a tag to compare

[0.5.1] - 2024-08-07

Changed

  • RGB is now detected based on axis names in .c (pass ("r","g","b") or
    ("r","g","b", "a")to c_coords argument when parsing the Image(2D / 3 D)Model)
    @aeisenbarth #153

v0.5.0post1

05 Jul 14:03
01e12da
Compare
Choose a tag to compare

Fix requirement.

v0.5.0post0

03 Jul 16:08
2c0aa98
Compare
Choose a tag to compare

[0.5.0] - 2024-07-03

Added

  • New annotation widget for managing shapes annotations @melonora #233 #261
  • Showing image channel names in var widget for easy channel selection #254

Fixed

  • Fixed scatterplot widget #247
  • Fixed contrast limits for images #265

v0.5.0

03 Jul 10:25
Compare
Choose a tag to compare
changelog

v0.4.1

30 Mar 17:08
2afcb32
Compare
Choose a tag to compare

[0.4.1] - 2024-03-30

Fixed

  • Saving shapes and points with Shift + E now saves 2D data (a z dim was wrongly added)

v0.4.0

24 Mar 04:35
Compare
Choose a tag to compare

[0.4.0] - 2023-03-24

Added

  • Multi table support #199 @melonora
  • Color shapes and points by values in dataframe in addition to tables #216

Fixed

  • Avoid exception when registering shortcuts #201 @aeisenbarth
  • Fix wrong point size when affine specified #193
  • Wrong element visiblity when changing coordinate system #207
  • Cleaned up data model #180
  • Fixes correct matching of geometies and annoations via join #208
  • Better docstrings #219