Releases: scverse/napari-spatialdata
Releases · scverse/napari-spatialdata
v0.3.1
fixed
- removed npe (napari plugin engine) dependency
v0.3.0
v0.2.8
[0.2.8] - 2023-10-30
Added
- Global parameters POINT_THRESHOLD and POLYGON_THRESHOLD added to allow users to adjust these parameters.
Fixed
- Updated dependencies
- Updated installation instructions since napari conda-forge no longer installs Qt backend. @psobolewskiPhD
- Allow for viewing SpatialData object with no annotations. @aeisenbarth
v0.2.7
[0.2.7] - 2023-10-02
Added
- Multiple SpatialData objects support (ported from the "spatialdata" branch)
- Interactive is more ergonomic, has a headless parameter, can be used to display pre-configured elements
- Remembering user layer visibility settings when changing coordinate system
Fixed
- Fixes in CLI
- Several internal bugfixes and code refactorings
- Fixes in updating affine transformation when changing coordinate system
0.2.6
Fixes wrong tag preventing the release to pip (the previous tag was not of a commit merged to main).
0.2.5
Fixes the following issues:
- fixes CLI @berombau @LucaMarconato
- fixes display of points and circles @LucaMarconato
- fixes issue with name reinitialization @tothmarcella
- revert to use PyQt5 @melonora
- RGB/RGBA correctly displayed for 3/4 channel images @rahulbshrestha
- layer visibility changes when changing coordinate system @melonora
- fixes performance with multiscale images @LucaMarconato
- refactor internal code to prepare for future refactoring @melonora
Thanks to the reviewers @giovp @timtreis @kevinyamauchi and the users that reported bugs.
0.2.4
Color circles and polygons with annotations (#73) * added support for circles * added affine transformations * minor fix * cleanup * added color circles by obs * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * added polygons * pre-commit fix * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * cleanup * cleanup --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
v0.2.3
fix shapes support
0.2.1
fix package versioning (#63) * fix package versioning * Update setup.cfg
0.2.0
Merge pull request #62 from scverse/kevinyamauchi-patch-1 install spatialdata from pypi