Skip to content

Commit 3337b8b

Browse files
committed
chore: bump version, add changelog
1 parent 046c7bc commit 3337b8b

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
<a id='changelog-0.1.15'></a>
2+
3+
# 0.1.15 — 2022-12-13
4+
5+
## Features
6+
7+
- Use the inferer class as input to segmentation benchmarker class
18

29
<a id='changelog-0.1.14'></a>
10+
311
# 0.1.14 — 2022-12-01
412

513
## Performance
@@ -22,7 +30,7 @@
2230
## Tests
2331

2432
- added tests for the multiprocessing tools.
25-
<a id='changelog-0.1.13'></a>
33+
<a id='changelog-0.1.13'></a>
2634

2735
# 0.1.13 — 2022-11-25
2836

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

changelog.d/20221213_155158_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.14"
3+
version = "0.1.15"
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)