File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires-python = ">=3.9"
66readme = " README.md"
77dynamic = [" version" ]
88dependencies = [
9- " bioimageio.spec ==0.5.5.7 " ,
9+ " bioimageio.spec ==0.5.6.0 " ,
1010 " h5py" ,
1111 " imagecodecs" ,
1212 " imageio>=2.10" ,
Original file line number Diff line number Diff line change 33"""
44# ruff: noqa: E402
55
6- __version__ = "0.9.4 "
6+ __version__ = "0.9.5 "
77from loguru import logger
88
99logger .disable ("bioimageio.core" )
You can’t perform that action at this time.
0 commit comments