Releases: scalableminds/webknossos
Releases · scalableminds/webknossos
21.02.1
- Docker Image
scalableminds/webknossos:21.02.1
🐳
Run it viaexport DOCKER_TAG=="21.02.1" && ./start-docker.sh
. - Changelog
- Migration Guide
Highlights ✨
- Fixed a bug where the listing of users that have open tasks of a project failed. #5115
21.02.0
- Docker Image
scalableminds/webknossos:21.02.0
🐳
Run it viaexport DOCKER_TAG=="21.02.0" && ./start-docker.sh
. - Changelog
- Migration Guide
Highlights ✨
- The dataset import UI was streamlined by making it clearer when automatic suggestions are available for the dataset properties. Previously, these suggestions were applied automatically which could cause some confusion. #4944
- Added the possibility to generate skeletons from an HDF5 agglomerate file mapping on-the-fly. With an activated agglomerate file mapping, use
Shift + Middle Mouse Click
to import a skeleton of the cell into the annotation. Alternatively, use the button in the segmentation tab to import a skeleton of the centered cell into the annotation. #4958
21.01.0
- Docker Image
scalableminds/webknossos:21.01.0
🐳
Run it viaexport DOCKER_TAG=="21.01.0" && ./start-docker.sh
. - Changelog
- Migration Guide
Highlights ✨
- Creating a hybrid (skeleton + volume) annotation from the dashboard is now the default way of annotating a dataset. The other options are still available via a dropdown. #4939
20.12.0
- Docker Image
scalableminds/webknossos:20.12.0
🐳
Run it viaexport DOCKER_TAG=="20.12.0" && ./start-docker.sh
. - Changelog
- Migration Guide
Highlights ✨
- Added multi-resolution volume annotations. As a result, volume tracings can be viewed even when zooming out to downsampled magnifications. Note that already existing volume tracings will still only contain data in the first magnification. If you want to migrate an old volume tracing, you can explicitly trigger the downsampling in the sidebar's layer settings. #4755
- Improved performance of volume annotations (brush and trace tool). #4848
20.11.0
- Docker Image
scalableminds/webknossos:20.11.0
🐳
Run it viaexport DOCKER_TAG=="20.11.0" && ./start-docker.sh
. - Changelog
- Migration Guide
Highlights ✨
- Improved the toolbar to make the different webKnossos tools easier to use. For example, the fill-tool and the cell-picker have a dedicated button in volume annotations now. #4875
- The dataset upload is now more robust and can recover from a failed upload of a data chunk. #4860
- Movements in the 3D viewport are now time-tracked. #4876
20.10.0
- Docker Image
scalableminds/webknossos:20.10.0
🐳
Run it viaexport DOCKER_TAG=="20.10.0" && ./start-docker.sh
. - Changelog
- Migration Guide
Highlights ✨
- Added the possibility to undo and redo volume annotation strokes. #4771
- Isosurface generation now also supports volume tracings (without fallback layers). #4567
- Added a tool to initiate a flood fill in a volume tracing with the active cell id. #4780
- Added the possibility to navigate to the preceding/subsequent node by pressing "ctrl + ," or "ctrl + ." in a skeleton tracing. #4147
20.09.0
- Docker Image
scalableminds/webknossos:20.09.0
🐳
Run it viaexport DOCKER_TAG=="20.09.0" && ./start-docker.sh
. - Changelog
- Migration Guide
Highlights ✨
- Improved the distinguishability of segments by improving the color generation and also by rendering patterns within the segments. The pattern opacity can be adapted in the layer settings (next to the opacity of the segmentation layer). #4730
- Added the possibility to move nodes in skeleton tracings. This can be done either by pressing CTRL + arrow key or by dragging while holding CTRL. #4743
20.08.0
- Docker Image
scalableminds/webknossos:20.08.0
🐳
Run it viaexport DOCKER_TAG=="20.08.0" && ./start-docker.sh
. - Changelog
- Migration Guide
Highlights ✨
- Added the possibility to have multiple user-defined bounding boxes in an annotation. Task bounding boxes are automatically converted to such user bounding boxes upon “copy to my account” / reupload as explorational annotation. #4536
- Separated the permissions of Team Managers (now actually team-scoped) and Dataset Managers (who can see all datasets). The database evolution makes all Team Managers also Dataset Managers, so no workflows should be interrupted. New users may have to be made Dataset Managers, though. For more information, refer to the updated documentation. #4663
- Backend NML parser no longer rejects NMLs with trees that have multiple connected components. Instead, it splits those into one separate tree per component. #4688
20.07.0
- Docker Image
scalableminds/webknossos:20.07.0
🐳
Run it viaexport DOCKER_TAG=="20.07.0" && ./start-docker.sh
. - Changelog
- Migration Guide
Highlights ✨
- Fixed that the dataset list in the dashboard could reorder its items asynchronously which could be very annoying for the user. #4640
20.06.0
- Docker Image
scalableminds/webknossos:20.06.0
🐳
Run it viaexport DOCKER_TAG=="20.06.0" && ./start-docker.sh
. - Changelog
- Migration Guide