Skip to content

Commit 3ae64cb

Browse files
committed
bump spec and core
1 parent edd0a21 commit 3ae64cb

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,16 @@ may be controlled with the `LOGURU_LEVEL` environment variable.
364364

365365
## Changelog
366366

367+
### 0.9.3
368+
369+
- bump bioimageio.spec library version to 0.5.5.5
370+
- more robust test model reporting
371+
- improved user input axis intepretation
372+
- fixed conda subprocess calls
373+
367374
### 0.9.2
368375

369-
fix model inference tolerance reporting
376+
- fix model inference tolerance reporting
370377

371378
### 0.9.1
372379

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires-python = ">=3.9"
66
readme = "README.md"
77
dynamic = ["version"]
88
dependencies = [
9-
"bioimageio.spec ==0.5.5.4",
9+
"bioimageio.spec ==0.5.5.5",
1010
"h5py",
1111
"imagecodecs",
1212
"imageio>=2.10",

src/bioimageio/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
# ruff: noqa: E402
55

6-
__version__ = "0.9.2"
6+
__version__ = "0.9.3"
77
from loguru import logger
88

99
logger.disable("bioimageio.core")

0 commit comments

Comments
 (0)