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 Oct 13, 2023
1 parent 224b8e8 commit 4c892f4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
17 changes: 10 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@

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

## Docs
## Style

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

## Features

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

<a id='changelog-0.1.23'></a>
# 0.1.23 — 2023-09-19

## Features
- Add option for mixed precision inference

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

- Add DINOv2 Backbone

- Add support for `.geojson`, `.feather`, `.parquet` file formats when running inference.

## Docs

- Add `CPP-Net` example trainng with Pannuke dataset.

## Fixes

- Fix resize transformation bug.
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.23"
__version__ = "0.1.24"
submodules = ["utils", "models", "inference"]
__all__ = [
"__version__",
Expand Down
2 changes: 0 additions & 2 deletions changelog.d/20230922_082631_oskari.lehtonen.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20231010_143903_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.23"
version = "0.1.24"
description = "Python library for 2D cell/nuclei instance segmentation models written with PyTorch."
authors = ["Okunator <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 4c892f4

Please sign in to comment.