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+ <a id =' changelog-0.1.19 ' ></a >
2+
3+ # 0.1.19 — 2023-01-04
4+
5+ ## Features
6+
7+ - Add pytorch lightning in-built ` auto_lr_finder ` option to ` SegmentationExperiment `
8+
19<a id =' changelog-0.1.18 ' ></a >
210
311# 0.1.18 — 2023-01-03
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.18 "
4+ __version__ = "0.1.19 "
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.18 "
3+ version = " 0.1.19 "
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