File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1+ <a id =' changelog-0.1.4 ' ></a >
12
2- <a id =' changelog-0.1.3 ' ></a >
3- # 0.1.3 — 2022-10-06
3+ # 0.1.4 — 2022-10-06
44
55## Test
66
2525- Add mse, ssim and iqi torchmetrics for metric logging.
2626- Add wandb per class metric callback for logging.
2727- Add ` from_yaml ` init classmethod to initialize from yaml files.
28+
2829<a id =' changelog-0.1.3 ' ></a >
2930
3031# 0.1.3 — 2022-09-23
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.3 "
4+ __version__ = "0.1.4 "
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.3 "
3+ version = " 0.1.4 "
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