File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ <a id =' changelog-0.1.21 ' ></a >
2
+ # 0.1.21 — 2023-06-12
3
+
4
+ ## Features
5
+
6
+ - Add StrongAugment data augmentation pipeline to data-loading pipeline: https://arxiv.org/abs/2206.15274
7
+
8
+ ## Fixes
9
+
10
+ - Minor bug fixes
1
11
<a id =' changelog-0.1.20 ' ></a >
2
12
3
13
# 0.1.20 — 2023-01-13
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.20 "
4
+ __version__ = "0.1.21 "
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.20 "
3
+ version = " 0.1.21 "
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