Skip to content

23.07.0

Compare
Choose a tag to compare
@philippotto philippotto released this 21 Jun 08:20
· 532 commits to master since this release
c869918

Highlights

  • Added new shortcuts for fast tool switching. Look at the updated Keyboard Shortcuts documentation to see the new shortcuts. #7112
  • Creating bounding boxes can now be done by dragging the left mouse button (when the bounding box tool is selected). To move around in the dataset while this tool is active, keep ALT pressed. #7118

Added

  • Subfolders of the currently active folder are now also rendered in the dataset table in the dashboard. #6996
  • Added ability to view zarr v3 datasets. #7079
  • Added an index structure for volume annotation segments, in preparation for per-segment statistics. #7063
  • Instead of showing all possible action items next to each other, there is now an overflow menu for layer actions. #7123

Changed

  • Agglomerate skeletons can only be modified if the proofreading tool is active so they stay in sync with the underlying segmentation and agglomerate graph. Agglomerate skeletons cannot be modified using any other means. They are marked in the skeleton list using the clipboard icon of the proofreading tool. When exporting skeletons in the NML format, trees ("things") now have a type property which is either "DEFAULT" or "AGGLOMERATE". #7086
  • The cache for remote dataset array contents can now have a configured size in bytes. New config option datastore.cache.imageArrayChunks.maxSizeBytes. Default is 2 GB, consider increasing for production. #7067
  • Optimized processing of parallel requests for remote datasets, improving performance and reducing idle waiting. #7137

Fixed

  • Fixed a bug where some volume annotations could not be downloaded. #7115
  • Fixed reading of some remote datasets where invalid data would follow valid gzip data, causing the decompression to fail. #7119
  • Fixed problems which could arise when annotating volume data at negative positions (which is not supported and is properly ignored now). #7124
  • Fixed some requests failing for streaming remote data via HTTP, which was observed when streaming data via Zarr from another WEBKNOSSOS instance. #7125
  • Fixed that the brush preview was inaccurate in some scenarios. #7129
  • Fixed order of decompression on neuroglancer precomputed datasets, which caused some segmentation layers to not load correctly. #7135

Removed

  • Support for webknososs-connect data store servers has been removed. Use the "Add Remote Dataset" functionality instead. #7031