Skip to content

Releases: scalableminds/webknossos-libs

v2.3.7

27 May 11:41

Choose a tag to compare

webknossos

Changed

  • Pin tifffile version to 2025.5.21 or below. #1314

v2.3.6

20 May 13:37

Choose a tag to compare

webknossos

Added

  • Add support for in-memory zarr3 datasets (using the Tensorstore in-memory KvStore driver). #1310

Changed

  • Added url parsing in webknossos download CLI command, to get webknossos url without environment variable. #1299

v2.3.5

13 May 12:28

Choose a tag to compare

webknossos

Added

  • Added --downsample flag to webknossos convert CLI command. #1305

Changed

  • Uses compression by default for webknossos convert CLI command. #1305

Fixed

  • Pinned click<8.2.0 because of incompatibility with typer. #1305

v2.3.4

12 May 07:20

Choose a tag to compare

webknossos

Fixed

  • Fixed deletion of symlinked mags. #1300

v2.3.3

06 May 14:51

Choose a tag to compare

webknossos

Fixed

  • Fixed an issue with Dataset.get_remote_datasets() that causes value lookups to fail. #1286
  • Fixed issue with adding remote mags to local dataset due to some UPath checks failing for paths from different file systems. #1298

v2.3.2

25 Apr 16:09

Choose a tag to compare

webknossos

Fixed

For S3 mag paths, do not dump endpoint_url protocol ("https") in the mag path when writing to dataset_properties.json. Correctly parse S3 paths for remote mags when reading from dataset_properties.json.#1293

v2.3.1

24 Apr 17:30

Choose a tag to compare

webknossos

Added

  • Added argument require_unique_name to Dataset.announce_manual_upload(). Additionally, the method returns a tuple of new_dataset_id and directory_name now. #1283

Changed

  • Upgraded tensorstore to 0.1.74. #1292

v2.3.0

22 Apr 07:40

Choose a tag to compare

webknossos

Added

  • Added a version field to the datasource-properties.json file, which is always set to 1, for now. #1288

Changed

  • The Layer.path property now always returns Dataset.path / layer.name, even if all mags are stored remotely. #1288
  • Layer.is_remote_to_dataset is deprecated in favor of Layer.is_foreign and MagView.is_remote_to_dataset is deprecated in favor of MagView.is_foreign. #1288
  • Relative path fields in the mag definition of a datasource-properties.json file are now interpreted relative to the Dataset.path. #1288

v2.2.0

17 Apr 08:20

Choose a tag to compare

webknossos

Breaking Changes

  • If buffer_shape is passed to Layer.upsample() it must be a multiple of the shard_shape. #1287

Changed

  • Using x-auth-header to send tokens to datastore. #1270

Fixed

  • Fixed an issue with upsampling views. #1287

v2.1.0

01 Apr 19:21

Choose a tag to compare

webknossos

Breaking Changes

  • Dropped support for Python 3.9. #1277

Added

  • Adds the field totalFileSizeInBytes to the dataset upload information. #1264
  • Added support for metadata in segment and trees. #1271
  • Added a warning on import if a newer version of the webknossos package is available from PyPI. #1280

Changed

  • Upgraded tensorstore to 0.1.72. #1277