Skip to content

Releases: scalableminds/webknossos-libs

v0.14.18

18 Apr 07:52
Compare
Choose a tag to compare

webknossos

Fixed

  • Fixed a bug, where using an unaligned topleft value for add_layer_from_images leads to corrupted data. #1036

v0.14.17

10 Apr 09:37
Compare
Choose a tag to compare

webknossos

Changed

  • The characters @ and $ are allowed within layer names now. #1034

v0.14.16

04 Apr 09:15
Compare
Choose a tag to compare

webknossos

Added

  • Add CLI tool for offline merging of zip annotations with fallback datasets. #996
  • Added support for converting new file formats such as DICOM, using the bioformats reader. #1014

Changed

  • The rules for naming the layers have been tightened to match the allowed layer names on webknossos. #1016
  • Replaced PyLint linter + black formatter with Ruff for development. #1013
  • The remote operations now use the WEBKNOSSOS API version 6. #1018
  • The conversion of 4D Tiff files to a Zarr3 Dataset is possible. NDBoundingBoxes and VecInt classes are introduced to support working with more than 3 dimensions. #966

cluster_tools

Changed

  • Replaced black+isort formatters and pylint linter with ruff. #1023

v0.14.15

07 Feb 17:52
Compare
Choose a tag to compare

cluster_tools

Fixed

  • Fixed working directory propagation in DaskExecutor. #994

v0.14.14

12 Jan 08:56
Compare
Choose a tag to compare

webknossos

Added

  • Added a method to the Datasets class that calculates a dataset's bounding box covering all layers. #975

v0.14.13

02 Jan 12:31
Compare
Choose a tag to compare

webknossos

Fixed

  • Fixed a bug in reading project info from webknossos using the api client for non-admins. #972

v0.14.12

19 Dec 15:45
Compare
Choose a tag to compare

webknossos

Fixed

  • Fixes that the buffered slice writer could overwrite data when writing less slices than buffer_size at an offset that is not aligned. #973

v0.14.11

06 Dec 09:49
Compare
Choose a tag to compare
Release for v0.14.11

v0.14.10

04 Dec 14:29
Compare
Choose a tag to compare

webknossos

Fixed

  • Fixed a bug in reading project info from webknossos using the api client. #970

v0.14.9

29 Nov 09:38
Compare
Choose a tag to compare

cluster_tools

Changed

  • Added check whether any dask worker has enough resources for the submitted job in the DaskExecutor. #967