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 c43da33 commit 9440fdfCopy full SHA for 9440fdf
CHANGELOG.md
@@ -1,9 +1,9 @@
1
# Change log
2
3
-## v0.7.1
+## v0.7.2
4
5
* Pydantic model is used for input validation.
6
-* Support NaN, -inf and inf in metadata.
+* Support NaN, -inf and inf in metadata and metrics.
7
8
## v0.7.0
9
simvue/__init__.py
@@ -2,4 +2,4 @@
from simvue.client import Client
from simvue.handler import Handler
from simvue.models import RunInput
-__version__ = '0.7.1'
+__version__ = '0.7.2'
0 commit comments