Skip to content

Commit e13d78e

Browse files
committed
chore: bump version, add changelog
1 parent 7e973c1 commit e13d78e

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1+
<a id='changelog-0.1.29'></a>
2+
# 0.1.29 — 2025-10-21
3+
4+
# Fixed
5+
Fixed a bug in result segmentation smoothing after vectorizing.
6+
17
<a id='changelog-0.1.28'></a>
28
# 0.1.28 — 2025-08-17
39

10+
## Features
11+
- Added `precision` param to WSISegmenter
12+
413
## Fixed
514

615
- `gdf2inst` fixed for empty masks.

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,8 @@
3333

3434
- High level API to define cell/nuclei instance segmentation models.
3535
- 6 cell/nuclei instance segmentation model architectures
36-
- Open source datasets for training and benchmarking.
3736
- Flexibility to modify the components of the model architectures.
3837
- Sliding window inference for large images.
39-
- Popular training losses and benchmarking metrics.
40-
- Benchmarking utilities
41-
- Regularization techniques to tackle batch effects/domain shifts such as [Strong Augment](https://arxiv.org/abs/2206.15274), [Spectral decoupling](https://arxiv.org/abs/2011.09468), [Label smoothing](https://arxiv.org/abs/1512.00567).
42-
4338

4439
## Installation 🛠️
4540

cellseg_models_pytorch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.1.28"
1+
__version__ = "0.1.29"
22
__all__ = ["__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.28"
3+
version = "0.1.29"
44
description = "Python library for 2D cell/nuclei instance segmentation models written with PyTorch."
55
authors = ["Okunator <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)