Skip to content

Releases: scverse/napari-spatialdata

v0.3.1

11 Nov 18:54
Compare
Choose a tag to compare

fixed

  • removed npe (napari plugin engine) dependency

v0.3.0

09 Nov 21:37
4f7f5d6
Compare
Choose a tag to compare

Added

  • New APIs for changing coordinate systems #169
  • New APIs for adding single elements #170
  • Improved code to link new layers to layers with a SpatialData object #173

Fixed

  • Enabled saving annotations #168
  • Added safeguard when table is None #177 @aeisenbarth
  • Fix plotting annotations when changing element #175
  • Fixed installation requirements #185 @goanpeca

v0.2.8

31 Oct 05:14
a6459aa
Compare
Choose a tag to compare

[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

02 Oct 15:36
424af8e
Compare
Choose a tag to compare

[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

13 Jul 15:45
01bf9d2
Compare
Choose a tag to compare

Fixes wrong tag preventing the release to pip (the previous tag was not of a commit merged to main).

0.2.5

13 Jul 15:17
Compare
Choose a tag to compare

Fixes the following issues:

Thanks to the reviewers @giovp @timtreis @kevinyamauchi and the users that reported bugs.

0.2.4

23 May 16:16
306e9a2
Compare
Choose a tag to compare
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

11 May 11:16
f439ec7
Compare
Choose a tag to compare

fix shapes support

0.2.1

04 May 11:02
4e44055
Compare
Choose a tag to compare
fix package versioning (#63)

* fix package versioning

* Update setup.cfg

0.2.0

04 May 10:40
b9cad57
Compare
Choose a tag to compare
Merge pull request #62 from scverse/kevinyamauchi-patch-1

install spatialdata from pypi