Skip to content

Commit 10505fa

Browse files
Bump version
1 parent 9aa64a5 commit 10505fa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

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

5959
## Release Overview
6060

61+
**New in version 0.4.0**
62+
63+
- Significantly improved model finetuning
64+
- Update the finetuned models for microscopy, see [details](TODO)
65+
- Training decoder for direct instance segmentation (not available via the GUI yet)
66+
- Refactored model download functionality using [pooch](https://pypi.org/project/pooch/)
67+
6168
**New in version 0.3.0**
6269

6370
- Support for ellipse and polygon prompts

micro_sam/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)