Skip to content

Commit c59387e

Browse files
C-AchardMMathisLab
andauthored
Version bump 0.2.2 (#107)
* Version bump 0.2.2 * Update README.md --------- Co-authored-by: Mackenzie Mathis <[email protected]>
1 parent a72e931 commit c59387e

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,12 @@ F1-score is computed from the Intersection over Union (IoU) with ground truth la
6464

6565
## News
6666

67-
**New version: v0.2.1**
67+
**New version: v0.2.2**
6868

69+
- v0.2.2:
70+
- Updated the Colab Notebooks for training and inference
71+
- New models available in the inference demo notebook
72+
- CRF optional post-processing adjustments (and pip install directly)
6973
- v0.2.1:
7074
- Updated plugin default behaviors across the board to be more readily applicable to demo data
7175
- Threshold value in inference is now automatically set by default according to performance on demo data on a per-model basis

napari_cellseg3d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""napari-cellseg3d - napari plugin for cell segmentation."""
22

3-
__version__ = "0.2.1"
3+
__version__ = "0.2.2"

napari_cellseg3d/code_plugins/plugin_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __init__(self, viewer: "napari.viewer.Viewer"):
4444
self.logo_label.setToolTip("Open Github page")
4545

4646
self.info_label = ui.make_label(
47-
f"You are using napari-cellseg3d v.{'0.2.1'}\n\n"
47+
f"You are using napari-cellseg3d v.{'0.2.2'}\n\n"
4848
f"Plugin for cell segmentation developed\n"
4949
f"by the Mathis Lab of Adaptive Motor Control\n\n"
5050
f"Code by :\nCyril Achard\nMaxime Vidal\nJessy Lauer\nMackenzie Mathis\n"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = napari_cellseg3d
3-
version = 0.2.1
3+
version = 0.2.2
44

55
[options]
66
packages = find:

0 commit comments

Comments
 (0)