Skip to content

Commit 614fa4d

Browse files
committed
chore: bump version, torch version add changelog
1 parent 0fb050a commit 614fa4d

File tree

4 files changed

+353
-275
lines changed

4 files changed

+353
-275
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1+
<a id='changelog-0.1.9'></a>
2+
3+
# 0.1.9 — 2022-10-21
4+
5+
## Refactor
6+
7+
- Moved saving utilities to `FileHandler` and updated tests.
8+
9+
## Features
10+
11+
- Added geojson saving support for inference
112

213
<a id='changelog-0.1.8'></a>
14+
315
# 0.1.8 — 2022-10-18
416

517
## Features
@@ -9,12 +21,13 @@
921
- Add multi-gpu inference via DataParallel
1022

1123
<a id='changelog-0.1.7'></a>
24+
1225
# 0.1.7 — 2022-10-15
1326

1427
## Fixes
1528

1629
- Fix SCE loss bug.
17-
<a id='changelog-0.1.6'></a>
30+
<a id='changelog-0.1.6'></a>
1831

1932
# 0.1.6 — 2022-10-14
2033

cellseg_models_pytorch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from . import inference, models, utils
22
from .models import CellPoseUnet, HoverNet, StarDistUnet
33

4-
__version__ = "0.1.8"
4+
__version__ = "0.1.9"
55
submodules = ["utils", "models", "inference"]
66
__all__ = [
77
"__version__",

0 commit comments

Comments
 (0)