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
19<a id =' changelog-0.1.21 ' ></a >
210# 0.1.21 — 2023-06-12
311
Original file line number Diff line number Diff line change 11from . import inference , models , utils
22from .models import CellPoseUnet , HoverNet , StarDistUnet
33
4- __version__ = "0.1.21 "
4+ __version__ = "0.1.22 "
55submodules = ["utils" , "models" , "inference" ]
66__all__ = [
77 "__version__" ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " cellseg_models_pytorch"
3- version = " 0.1.21 "
3+ version = " 0.1.22 "
44description = " Python library for 2D cell/nuclei instance segmentation models written with PyTorch."
55authors = [" Okunator <oskari.lehtonen@helsinki.fi>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments