We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f994c2e commit a161280Copy full SHA for a161280
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+<a id='changelog-0.1.30'></a>
2
+# 0.1.30 — 2025-11-14
3
+
4
+# Feat
5
+Add `save_intermediate` param to .predict() method for models.
6
7
<a id='changelog-0.1.29'></a>
8
# 0.1.29 — 2025-10-21
9
cellseg_models_pytorch/__init__.py
@@ -1,2 +1,2 @@
-__version__ = "0.1.29"
+__version__ = "0.1.30"
__all__ = ["__version__"]
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cellseg_models_pytorch"
-version = "0.1.29"
+version = "0.1.30"
description = "Python library for 2D cell/nuclei instance segmentation models written with PyTorch."
authors = ["Okunator <[email protected]>"]
license = "MIT"
0 commit comments