Skip to content

Commit 3fcb2a3

Browse files
committed
chore: bump version, add changelog
1 parent 48c0a0a commit 3fcb2a3

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
<a id='changelog-0.1.8'></a>
3+
# 0.1.8 — 2022-10-18
4+
5+
## Features
6+
7+
- Support to return all of the feature maps from each decoder stage.
8+
9+
- Add multi-gpu inference via DataParallel
10+
211
<a id='changelog-0.1.7'></a>
312
# 0.1.7 — 2022-10-15
413

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.7"
4+
__version__ = "0.1.8"
55
submodules = ["utils", "models", "inference"]
66
__all__ = [
77
"__version__",

changelog.d/20221018_184607_oskari.lehtonen.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/20221018_184815_oskari.lehtonen.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cellseg_models_pytorch"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
description = "Python library for 2D cell/nuclei instance segmentation models written with PyTorch."
55
authors = ["Okunator <oskari.lehtonen@helsinki.fi>"]
66
license = "MIT"

0 commit comments

Comments
 (0)