Skip to content

Commit 30de27a

Browse files
committed
chore:bump version, add changelog
1 parent 7baf8e2 commit 30de27a

File tree

5 files changed

+20
-16
lines changed

5 files changed

+20
-16
lines changed

CHANGELOG.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
1+
<a id='changelog-0.1.6'></a>
12

2-
<a id='changelog-0.1.4'></a>
3-
# 0.1.4 — 2022-10-07
3+
# 0.1.6 — 2022-10-14
4+
5+
## Features
6+
7+
- Add a Wandb artifact table callback for loading a table of test data metrics and insights to wandb.
8+
9+
## Fixes
10+
11+
- Symmetric CE loss fixed.
12+
13+
- Add option to return binary and instance labelled mask from the dataloader. Previously binary was returned with `return_inst` flag which was confusing.
14+
- Fix the `SegmentationExperiment` to return preds and masks at test time.
15+
16+
<a id='changelog-0.1.5'></a>
17+
18+
# 0.1.5 — 2022-10-07
419

520
## Fixes
621

722
- Wandb Callback bugs fixed.
8-
<a id='changelog-0.1.4'></a>
23+
<a id='changelog-0.1.4'></a>
924

1025
# 0.1.4 — 2022-10-06
1126

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

changelog.d/20221014_135037_oskari.lehtonen.md

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

changelog.d/20221014_135350_oskari.lehtonen.md

Lines changed: 0 additions & 8 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.5"
3+
version = "0.1.6"
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)