Skip to content

v2.3.9

Choose a tag to compare

@github-actions github-actions released this 13 Jun 10:35

webknossos

Added

  • Added a feature to track attached files of a segmentation layer. Previously, these files were only auto-detected by WEBKNOSSOS based on the location in special folders. Attachments can be added, e.g. dataset.get_segmentation_layer("segmentation").attachments.add_mesh('path/to/meshfile.hdf5'). #1312
  • Added a with_attachments parameter to Dataset.copy_dataset to copy attachments. #1312
  • Added a get_segmentation_layer method to Dataset to get a correctly-typed segmentation layer by name. #1312
  • Retry asynchronous tensorstore calls on failure to make operation on object storage datasets accessed via network more robust. #1319

Changed

  • When adding a layer, the used dtype is only valid if it is supported by webknossos. #1316

Fixed

  • Fixed an issue that creates an Error when add_mag() was called just with a chunk_shape. #1315

cluster_tools

Changed

  • Use sacct to detect out of memory errors instead of seff for Slurm executor. #1297