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 5f2d837 commit 8400fb3Copy full SHA for 8400fb3
README.md
@@ -364,6 +364,10 @@ may be controlled with the `LOGURU_LEVEL` environment variable.
364
365
## Changelog
366
367
+### 0.9.2
368
+
369
+fix model inference tolerance reporting
370
371
### 0.9.1
372
373
- fixes:
src/bioimageio/core/__init__.py
@@ -3,7 +3,7 @@
3
"""
4
# ruff: noqa: E402
5
6
-__version__ = "0.9.1"
+__version__ = "0.9.2"
7
from loguru import logger
8
9
logger.disable("bioimageio.core")
0 commit comments