Releases: scverse/napari-spatialdata
Releases · scverse/napari-spatialdata
0.5.3
[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
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.0post0
[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.4.1
[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
[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