Skip to content

Releases: scverse/spatialdata

v0.1.0-pre0

20 Mar 02:32
778f508
Compare
Choose a tag to compare
v0.1.0-pre0 Pre-release
Pre-release
Fixes on dataloaders (#439)

* wip fixes

* fix docstring

* wip

* refactored torch dataset; before code cleanup

* support for multiscale images

* code cleanup

* removed comments

* always returning a single-scale image

v0.0.16 (hotfix)

15 Mar 16:15
Compare
Choose a tag to compare

Hotfix for pinning down Dask with "dask<=2024.2.1", to avoid using the dask-expr backend until it's supported.

Note: this release is just a hotfix and does not contain many of the newest features of spatialdata that will be added with the incoming version 0.1.0. A preview of those features can be found installing from the main branch.

v0.0.15

25 Oct 12:40
b633a53
Compare
Choose a tag to compare

Fixed

  • Fixed data type error with SpatialImage and MultiscaleSpatialImage

v0.0.14

11 Oct 21:38
3793d68
Compare
Choose a tag to compare

Added

Major

  • get_extent() function to compute bounding box of the data

Minor

  • testing against pre-release packages

Fixed

  • Fixed bug with get_values(): ignoring background channel in labels

v0.0.13

02 Oct 14:23
a2be195
Compare
Choose a tag to compare

Added

  • polygon_query() support for images #358

Fixed

  • Fix missing c_coords argument in blobs multiscale #342
  • Replaced hardcoded string with instance_key #346

v0.0.12

24 Jun 08:36
fa096da
Compare
Choose a tag to compare

Add multichannel blobs sample data (by @melonora )

v0.0.11

20 Jun 22:21
b2c43b9
Compare
Choose a tag to compare

Improved aggregation APIs.

0.0.10

06 Jun 05:58
e33db15
Compare
Choose a tag to compare

0.0.9

23 May 16:49
fed4de4
Compare
Choose a tag to compare
update napari-spatialdata pin (#279)

* update napari-spatialdata pin

* pin typing-extensions

v0.0.8

22 May 09:43
a0063cc
Compare
Choose a tag to compare
Merge pull request #271 from scverse/fix/aggregation

Fix/aggregation