Skip to content

Commit 43c20b8

Browse files
committed
chore: bump version, add changelog
1 parent 565bb3d commit 43c20b8

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1+
<a id='changelog-0.1.12'></a>
2+
3+
# 0.1.12 — 2022-11-03
4+
5+
## Performance
6+
7+
- Reverse engineered the `stardist` post-processing pipeline to python. Accelerated it with Numba and optimized it even further. Now it runs almost 2x faster than the original C++ verion.
8+
9+
## Fixes
10+
11+
- Fix bug with padding in `SlidingWindowInferer`
12+
<a id='changelog-0.1.11'></a>
113

2-
<a id='changelog-0.1.11'></a>
314
# 0.1.11 — 2022-10-21
415

516
## Removed
617

718
- unnecessary torchvision dependency
19+
820
<a id='changelog-0.1.10'></a>
921

1022
# 0.1.10 — 2022-10-21

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

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.11"
3+
version = "0.1.12"
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)