File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+
2
+ <a id =' changelog-0.1.21 ' ></a >
3
+ # 0.1.21 — 2023-07-10
4
+
5
+ ## Features
6
+
7
+ - Add mps (Mac) support for inference
8
+ - Add cell calss porbabilities to geojson saving utilities
1
9
<a id =' changelog-0.1.21 ' ></a >
2
10
# 0.1.21 — 2023-06-12
3
11
Original file line number Diff line number Diff line change 1
1
from . import inference , models , utils
2
2
from .models import CellPoseUnet , HoverNet , StarDistUnet
3
3
4
- __version__ = "0.1.21 "
4
+ __version__ = "0.1.22 "
5
5
submodules = ["utils" , "models" , "inference" ]
6
6
__all__ = [
7
7
"__version__" ,
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " cellseg_models_pytorch"
3
- version = " 0.1.21 "
3
+ version = " 0.1.22 "
4
4
description = " Python library for 2D cell/nuclei instance segmentation models written with PyTorch."
5
5
authors = [" Okunator <oskari.lehtonen@helsinki.fi>" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments