Skip to content

Commit 3d3a29e

Browse files
committed
chore: bump version add changelog
1 parent e41b6b4 commit 3d3a29e

14 files changed

+43
-41
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,45 @@
11

2+
<a id='changelog-0.1.22'></a>
3+
# 0.1.22 — 2023-08-28
4+
5+
## Features
6+
7+
- add a stem-skip module. (Long skip for the input image resolution feature map)
8+
9+
- add UnetTR transformer encoder wrapper class
10+
- add a new Encoder wrapper for timm and unetTR based encoders
11+
12+
- Add stem skip support and upsampling block options to all current model architectures
13+
14+
- Add masking option to all the criterions
15+
- Add `MAELoss`
16+
- Add `BCELoss`
17+
18+
- Add base class for transformer based backbones
19+
- Add SAM-VitDet image encoder with support to load pre-trained SAM weights
20+
21+
- Add `CellVIT-SAM` model.
22+
23+
## Docs
24+
25+
- Add notebook example on training Hover-Net with lightning from scratch.
26+
27+
- Add notebook example on training StarDist with lightning from scratch.
28+
- Add notebook example on training CellPose with accelerate from scratch.
29+
- Add notebook example on training OmniPose with accelerate from scratch.
30+
31+
- Add notebook example on finetuning CellVIT-SAM with accelerate.
32+
33+
## Fixes
34+
35+
- Fix current TimmEncoder to store feature info
36+
37+
- Fix Up block to support transconv and bilinear upsampling and fix data flow issues.
38+
39+
- Fix StardistUnet class to output all the decoder features.
40+
41+
- Fix Decoder, DecoderStage and long-skip modules to work with up scale factors instead of output dimensions.
42+
243
<a id='changelog-0.1.22'></a>
344
# 0.1.22 — 2023-07-10
445

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

changelog.d/20230816_171251_oskari.lehtonen.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/20230816_171535_oskari.lehtonen.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

changelog.d/20230816_173051_oskari.lehtonen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog.d/20230817_103920_oskari.lehtonen.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/20230817_153801_oskari.lehtonen.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/20230821_173459_oskari.lehtonen.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/20230824_184512_oskari.lehtonen.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20230825_141432_oskari.lehtonen.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)