Skip to content

Releases: scverse/napari-spatialdata

v0.5.5

20 Jan 15:12
4ed4c59
Compare
Choose a tag to compare

What's Changed

Major

  • New Scatter Widget based on PyQtGraph, replacing the previous Matplotlib-based widget by @fjorka in #270
    • New Features:
      • Separate color controls for continuous and discrete data:
        • Continuous: Histogram of values, LUT adjustment, contrast control.
        • Discrete: Scrollable legend, class color modification.
      • Pseudohistogram plot for single-axis data.
      • Highlight nearby data points under the cursor with dynamic status display.
      • Expanded ROI annotations (lasso and rectangle tools)
      • Multiple disjointed ROIs with modifiable options.
      • Annotation name dialog for saving annotations.
    • Documentation: Notebooks updated with the new Scatter Widget information and screenshots.

Changed

  • Move loading data to separate thread to prevent freezing viewer by @Czaki in #283
  • Sort element names in widgets by @aeisenbarth in #285
    • Global setting variables for showing circles as points and point size for scatter widget #309 #334
    • Sorting the element names and coordinate system names alphabetically #285

Fixed

New Contributors

Full Changelog: v0.5.4...v0.5.5

0.5.4post0

26 Nov 18:05
b3ae66c
Compare
Choose a tag to compare

[0.5.4] - 2024-11-26

Changed

  • Support for xarray.DataTree (which moved from datatree.DataTree)

Added

Fixed

  • Bug wrong radii transformed circles (e.g. with Visium lowres) #318
  • Bugs: instance id shifted by 1; obsm visualization; background color for labels #320
  • Bug adjusting contrast limit for RGB data #276

0.5.4

26 Nov 16:22
94a73ab
Compare
Choose a tag to compare

[0.5.4] - 2024-11-26

Changed

  • Support for xarray.DataTree (which moved from datatree.DataTree)

Added

Fixed

  • Bug wrong radii transformed circles (e.g. with Visium lowres) #318
  • Bugs: instance id shifted by 1; obsm visualization; background color for labels #320
  • Bug adjusting contrast limit for RGB data #276

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