Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 5.36 KB

CHANGELOG.unreleased.md

File metadata and controls

46 lines (38 loc) · 5.36 KB

Changelog (Unreleased)

All notable (yet unreleased) user-facing changes to WEBKNOSSOS are documented in this file. See CHANGELOG.released.md for the changes which are part of official releases.

The format is based on Keep a Changelog and this project adheres to Calendar Versioning 0Y.0M.MICRO. For upgrade instructions, please check the migration guide.

Unreleased

Commits

Added

  • WEBKNOSSOS now automatically searches in subfolder / sub-collection identifiers for valid datasets in case a provided link to a remote dataset does not directly point to a dataset. #7912
  • Added the option to move a bounding box via dragging while pressing ctrl / meta. #7892
  • Added route /import?url=<url_to_datasource> to automatically import and view remote datasets. #7844
  • Added that newly created, modified and clicked on bounding boxes are now highlighted and scrolled into view, while the bounding box tool is active. #7935
  • The configured unit in the dataset upload view is now passed to the convert_to_wkw worker job. #7970
  • Added option to expand or collapse all subgroups of a segment group in the segments tab. #7911
  • The context menu that is opened upon right-clicking a segment in the dataview port now contains the segment's name. #7920
  • Upgraded backend dependencies for improved performance and stability. #7922
  • It is now saved whether segment groups are collapsed or expanded, so this information doesn't get lost e.g. upon page reload. #7928
  • It is now saved whether skeleton groups are collapsed or expanded. This information is also persisted to NML output. #7939
  • The context menu entry "Focus in Segment List" expands all necessary segment groups in the segments tab to show the highlighted segment. #7950
  • In the proofreading mode, you can enable/disable that only the active segment and the hovered segment are rendered. #7654
  • Upgraded s3 client for improved performance when loading remote datasets. #7936
  • To improve performance, only the visible bounding boxes are rendered in the bounding box tab (so-called virtualization). #7974
  • Added support for reading zstd-compressed zarr2 datasets #7964
  • The alignment job is in a separate tab of the "AI Tools" now. The "Align Sections" AI job now supports including manually created matches between adjacent section given as skeletons. #7967

Changed

  • Replaced skeleton tab component with antd's <Tree />component. Added support for selecting tree ranges with SHIFT. #7819
  • The warning about a mismatch between the scale of a pre-computed mesh and the dataset scale's factor now also considers all supported mags of the active segmentation layer. This reduces the false posive rate regarding this warning. #7921
  • It is no longer allowed to edit annotations of other organizations, even if they are set to public and to others-may-edit. #7923
  • When proofreading segmentations, the user can now interact with super-voxels directly in the data viewports. Additionally, proofreading is significantly faster because the segmentation data doesn't have to be re-downloaded after each merge/split operation. #7654
  • Because of the way our models are trained, AI analysis and training is disabled for 2D and ND datasets, as well as for color layers with data type uInt24. #7957

Fixed

  • Fixed a bug that allowed the default newly created bounding box to appear outside the dataset. In case the whole bounding box would be outside it is created regardless. #7892
  • Fixed a rare bug that could cause hanging dataset uploads. #7932
  • Fixed that trashcan icons to remove layers during remote dataset upload were floating above the navbar. #7954
  • Fixed that the flood-filling action was available in the context menu although an editable mapping is active. Additionally volume related actions were removed from the context menu if only a skeleton layer is visible. #7975

Removed

Breaking Changes