Skip to content

Commit c80ba2f

Browse files
committed
bump version
1 parent a17d7d6 commit c80ba2f

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
### 0.9.5 (not yet released)
1+
### 0.9.5
22

3-
- bump bioimageio.spec library version to 0.5.5.6
3+
- bump bioimageio.spec library version to 0.5.6.0
4+
- improved ONNX export from pytorch state dict or torchscript using torch dynamo
5+
- default `opset_version` for `pytorch_to_onnx`/`torchscript_for_onnx` conversions bumped to 18.
46

57
### 0.9.4
68

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.7",
9+
"bioimageio.spec ==0.5.6.0",
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.4"
6+
__version__ = "0.9.5"
77
from loguru import logger
88

99
logger.disable("bioimageio.core")

0 commit comments

Comments
 (0)