Releases: scverse/napari-spatialdata
Releases · scverse/napari-spatialdata
v0.5.5
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.
- Separate color controls for continuous and discrete data:
- Documentation: Notebooks updated with the new Scatter Widget information and screenshots.
- New Features:
Changed
- Move loading data to separate thread to prevent freezing viewer by @Czaki in #283
- Sort element names in widgets by @aeisenbarth in #285
Fixed
- re-enable showing circles as points by @LucaMarconato in #309
- Small fix/circles as points by @LucaMarconato in #334
- fix plot categorical with colors, on labels by @LucaMarconato in #337
New Contributors
Full Changelog: v0.5.4...v0.5.5
0.5.4post0
[0.5.4] - 2024-11-26
Changed
- Support for
xarray.DataTree
(which moved fromdatatree.DataTree
)
Added
- CLI interface from spatialdata branch
- New function to get layer by name #315 @minhtien-trinh
- New annotation function to display text near polygons #315 @minhtien-trinh
Fixed
0.5.4
[0.5.4] - 2024-11-26
Changed
- Support for
xarray.DataTree
(which moved fromdatatree.DataTree
)
Added
- CLI interface from spatialdata branch
- New function to get layer by name #315 @minhtien-trinh
- New annotation function to display text near polygons #315 @minhtien-trinh
Fixed
0.5.3
0.5.2post1
v0.5.2post1 Fix deploy by using local directory (#295)
0.5.2post0
v0.5.2post0 Fix deploy by read dist path form output of previous steep (#294)
0.5.2
[0.5.2] - 2024-08-16
Minor
- Modernized release workflow
v0.5.1
[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
Fix requirement.