Skip to content

Commit

Permalink
chore: bump version, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
okunator committed Jan 3, 2023
1 parent 6e97ec5 commit a0527b9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a id='changelog-0.1.18'></a>

# 0.1.18 — 2023-01-03

## Features

- Add Multi-scale-convolutional-attention (MSCA) module (SegNexT).
- Add TokenMixer & MetaFormer modules.

<a id='changelog-0.1.17'></a>

# 0.1.17 — 2022-12-29
Expand Down
2 changes: 1 addition & 1 deletion cellseg_models_pytorch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from . import inference, models, utils
from .models import CellPoseUnet, HoverNet, StarDistUnet

__version__ = "0.1.17"
__version__ = "0.1.18"
submodules = ["utils", "models", "inference"]
__all__ = [
"__version__",
Expand Down
4 changes: 0 additions & 4 deletions changelog.d/20230103_104635_oskari.lehtonen.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cellseg_models_pytorch"
version = "0.1.17"
version = "0.1.18"
description = "Python library for 2D cell/nuclei instance segmentation models written with PyTorch."
authors = ["Okunator <oskari.lehtonen@helsinki.fi>"]
license = "MIT"
Expand Down

0 comments on commit a0527b9

Please sign in to comment.