File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff 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
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.4 " ,
9+ " bioimageio.spec ==0.5.5.5 " ,
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.2 "
6+ __version__ = "0.9.3 "
77from loguru import logger
88
99logger .disable ("bioimageio.core" )
You can’t perform that action at this time.
0 commit comments