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 >
1
2
2
- <a id =' changelog-0.1.3 ' ></a >
3
- # 0.1.3 — 2022-10-06
3
+ # 0.1.4 — 2022-10-06
4
4
5
5
## Test
6
6
25
25
- Add mse, ssim and iqi torchmetrics for metric logging.
26
26
- Add wandb per class metric callback for logging.
27
27
- Add ` from_yaml ` init classmethod to initialize from yaml files.
28
+
28
29
<a id =' changelog-0.1.3 ' ></a >
29
30
30
31
# 0.1.3 — 2022-09-23
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.3 "
4
+ __version__ = "0.1.4 "
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.3 "
3
+ version = " 0.1.4 "
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