You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fill tool can now be adapted so that it only acts within a specified bounding box. Use the new "Restrict Floodfill" mode for that in the toolbar. #8267
Added the option for "Selective Segment Visibility" for segmentation layers. Select this option in the left sidebar to only show segments that are currently active or hovered. #8281
Segment and tree names can be edited by doubleclicking them. #8316
Added
Added the total volume of a dataset to a tooltip in the dataset info tab. #8229
Optimized performance of data loading with “fill value“ chunks. #8271
Added the option to export a segmentation that was corrected with the proofreading tool to a new segmentation. #8286
A segment can be activated with doubleclick now. #8281
It is now possible to select the magnification of the layers on which an AI model will be trained. #8266
Added support for translations in OME NGFF zarr datasets (translation within coordinateTransformations on datasets). #8311
When the eraser tool is active, one can switch temporarily to the fill-segment tool by pressing shift and ctrl. Only pressing shift, switches to the pick-segment tool. #8314
Enabled auto sorting of Typescript imports in Biome linter. #8313
Clicking on a segment or tree group will show some details in the details table. #8316
Changed
Renamed "resolution" to "magnification" in more places within the codebase, including local variables. #8168
Layer names are now allowed to contain $ as special characters. #8241
Datasets can now be renamed and can have duplicate names. #8075
Starting an AI training job using multiple annotations now supports inputting task-IDs and considers their task bounding boxes. #8310
Improved the default colors for skeleton trees. #8228
Allowed to train an AI model using differently sized bounding boxes. We recommend all bounding boxes to have equal dimensions or to have dimensions which are multiples of the smallest bounding box. #8222
Within the bounding box tool, the cursor updates immediately after pressing ctrl, indicating that a bounding box can be moved instead of resized. #8253
Improved the styling of active tools and modes in the toolbar. #8295
Fixed
Fixed that listing datasets with the api/datasets route without compression failed due to missing permissions regarding public datasets. #8249
A "Locked by anonymous user" banner is no longer shown when opening public editable annotations of other organizations. #8273
Fixed a bug that uploading a zarr dataset with an already existing datasource-properties.json file failed. #8268
Fixed the organization switching feature for datasets opened via old links. #8257
Fixed that uploading an NML file without an organization id failed. Now the user's organization is used as fallback. #8277
Fixed that the frontend did not ensure a minimum length for annotation layer names. Moreover, names starting with a . are also disallowed now. #8244
Fixed a bug where in the add remote dataset view the dataset name setting was not in sync with the datasource setting of the advanced tab making the form not submittable. #8245
Fixed read and update dataset route for versions 8 and lower. #8263
Fixed that task bounding boxes are again converted to user bounding boxes when uploading annotations via nmls. #8280
Added missing legacy support for isValidNewName route. #8252
Fixed some layout issues in the upload view. #8231
Fixed FATAL: role "postgres" does not exist error message in Docker compose. #8240
Fixed the Zarr 3 implementation not accepting BytesCodec without "configuration" key. #8282
Fixed that reloading the data of a volume annotation layer did not work properly. #8298
Removed the magnification slider for the TIFF export within the download modal if only one magnification is available for the selected layer. #8297
Fixed regression in styling of segment and skeleton tree tab. #8307
Fixed the template for neuron inferral using a custom workflow. #8312
Fixed that the list of processing jobs crashed for deleted job types. #8300
Fixed an issue where you could not maximize or reposition the 3D/XZ viewport in Safari. #8337
Fixed upload of NGFF datasets with only one directory named "color". #8341
Fixed an issue that could occur if the NGFF multiscale name was set to "/" when exploring. #8341
Removed
Removed support for HTTP API versions 3 and 4. #8075
Removed that a warning is shown when a dataset is served from a datastore that was marked with isScratch=true. #8296