Skip to content

23.10.0

Compare
Choose a tag to compare
@philippotto philippotto released this 22 Sep 14:50
· 620 commits to master since this release
e3022a4

Highlights

  • Datasets and annotations can now be more than 3-dimensional, using additional coordinates. #7136
  • Volume and bounding box information is shown in segments' context menus as well as in a separate modal in the segments tab. There is also an option to export the statistics. #7249

Added

  • Added disabled drag handles to volume and skeleton layers for visual consistency. These layer cannot be dragged or reordered. #7295
  • Dataset thumbnails for grayscale layers can now be colored using the value in the view configuration. #7255
  • OpenID Connect authorization is now compatible with Providers that send the user information in an id_token. #7294
  • Segments and segment groups can be modified via the JS API. The following functions are available: registerSegment, removeSegment, updateSegment, createSegmentGroup, renameSegmentGroup, deleteSegmentGroup. #7332
  • A banner underneath the navigation bar informs about current and upcoming maintenances of WEBKNOSSOS. #7284
  • The AI-based quick select tool can now also be used for ND datasets. #7287

Changed

  • On datasets with segment indices, ad-hoc meshing can now create non-connected meshes. #7244
  • Annotating volume data uses a transaction-based mechanism now. As a result, WK is more robust against partial saves (i.e., due to a crashing tab). #7264
  • Improved speed of saving volume data. #7264
  • Improved progress indicator when saving volume data. #7264
  • Adapted Zarr 3 implementations to recent changes in the specification (index codecs, zstd codec). #7305
  • When importing datasets with additional axes (more than 3 dimensions), the axis names are now sanitized and checked for duplicates. #7308

Fixed

  • Fixed that the deletion of a selected segment would crash the segments tab. #7316
  • Fixed reading sharded Zarr 3 data from the local file system. #7321
  • Fixed no-bucket data zipfile when downloading volume annotations. #7323
  • Fixed too tight assertions when saving annotations, leading to failed save requests. #7326
  • Fixed a bug when saving large amounts of skeleton annotation data at once. #7329
  • Fixed a bug that prevented downloading public skeleton-only annotations by other users. #7347