Skip to content

Commit 4c892f4

Browse files
committed
chore: bump version, add changelog
1 parent 224b8e8 commit 4c892f4

File tree

5 files changed

+12
-16
lines changed

5 files changed

+12
-16
lines changed

CHANGELOG.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11

22
<a id='changelog-0.1.23'></a>
3-
# 0.1.23 — 2023-09-21
3+
# 0.1.24 — 2023-10-13
44

5-
## Docs
5+
## Style
66

7-
- Add `CPP-Net` example trainng with Pannuke dataset.
7+
- Update the `Ìnferer.infer()` -method api to accept arguments related to saving the model outputs.
88

99
## Features
1010

1111
- Add `CPP-Net`. https://arxiv.org/abs/2102.06867
1212

13-
<a id='changelog-0.1.23'></a>
14-
# 0.1.23 — 2023-09-19
15-
16-
## Features
13+
- Add option for mixed precision inference
1714

1815
- Add option to interpolate model outputs to a given size to all of the segmentation models.
1916

2017
- Add DINOv2 Backbone
2118

19+
- Add support for `.geojson`, `.feather`, `.parquet` file formats when running inference.
20+
21+
## Docs
22+
23+
- Add `CPP-Net` example trainng with Pannuke dataset.
24+
2225
## Fixes
2326

2427
- Fix resize transformation bug.

cellseg_models_pytorch/__init__.py

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

changelog.d/20230922_082631_oskari.lehtonen.md

-2
This file was deleted.

changelog.d/20231010_143903_oskari.lehtonen.md

-5
This file was deleted.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cellseg_models_pytorch"
3-
version = "0.1.23"
3+
version = "0.1.24"
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)