Skip to content

Commit a0527b9

Browse files
committed
chore: bump version, add changelog
1 parent 6e97ec5 commit a0527b9

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a id='changelog-0.1.18'></a>
2+
3+
# 0.1.18 — 2023-01-03
4+
5+
## Features
6+
7+
- Add Multi-scale-convolutional-attention (MSCA) module (SegNexT).
8+
- Add TokenMixer & MetaFormer modules.
9+
110
<a id='changelog-0.1.17'></a>
211

312
# 0.1.17 — 2022-12-29

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

changelog.d/20230103_104635_oskari.lehtonen.md

Lines changed: 0 additions & 4 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.17"
3+
version = "0.1.18"
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)