Skip to content

Commit b79422b

Browse files
Update Readme and DOC
1 parent 178a490 commit b79422b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ Compared to these we support more applications (2d, 3d and tracking), and provid
5252

5353
## Release Overview
5454

55+
**New in version 0.3.0**
56+
57+
- Support for ellipse and polygon prompts
58+
- Support for automatic segmentation in 3d
59+
- Training refactoring and speed-up of fine-tuning
60+
5561
**New in version 0.2.1 and 0.2.2**
5662

5763
- Several bugfixes for the newly introduced functionality in 0.2.0.

doc/annotation_tools.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ In the GUI you can select with of the four annotation tools you want to use:
2929

3030
And after selecting them a new window will open where you can select the input file path and other optional parameter. Then click the top button to start the tool. **Note: If you are not starting the annotation tool with a path to pre-computed embeddings then it can take several minutes to open napari after pressing the button because the embeddings are being computed.**
3131

32+
**Changes in version 0.3:**
33+
34+
We have made two changes in version 0.3 that are not reflected in the documentation below yet:
35+
- We now support prompts from box, ellipse and polygon annotations. To reflect this we have renamed the `box_prompts` layer to `prompts` and the `prompts` layer to `point_prompts`.
36+
- We support automatic segmentation in 3d! To use it, you can first run automated segmentation in the current slice via `Automatic Segmentation`, and then extend the segmentation of these objects to 3d by running `Segment All Slices` with `layer: auto segmentation`.
3237

3338
## Annotator 2D
3439

0 commit comments

Comments
 (0)