Skip to content

Commit 2536729

Browse files
committed
chore: update version and changelog
1 parent ec6e27c commit 2536729

File tree

6 files changed

+28
-25
lines changed

6 files changed

+28
-25
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
<a id='changelog-0.1.3'></a>
2+
3+
# 0.1.3 — 2022-09-23
4+
5+
## Test
6+
7+
- Update tests for Inferes and mask utils.
8+
9+
- Add tests for the benchmarkers.
10+
11+
## Fixes
12+
13+
- init and typing fixes
14+
15+
## Docs
16+
17+
- Typo fies in docs
18+
19+
## Features
20+
21+
- Add numba parallellized median filter and majority voting for post-processing
22+
- Add support for own semantic and type seg post-proc funcs in Inferers
23+
24+
- Add segmentation performance benchmarking helper class.
25+
- Add segmentation latency benchmarking helper class.
26+
127
<a id='changelog-0.1.2'></a>
228

329
# 0.1.2 — 2022-09-09

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

changelog.d/20220923_095225_oskari.lehtonen.md

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

changelog.d/20220923_095443_oskari.lehtonen.md

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

changelog.d/20220923_100357_oskari.lehtonen.md

Lines changed: 0 additions & 8 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.2"
3+
version = "0.1.3"
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)