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 84e0f11 commit d141bb0Copy full SHA for d141bb0
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change log
2
3
+## v0.11.2
4
+
5
+* Raise exceptions in `Client` class methods if run does not exist or artifact does not exist.
6
+* (Bug fix) `list_artifacts` optional category restriction now works.
7
8
## v0.11.1
9
10
* Support different runs having different metadata in `get_runs` dataframe output.
simvue/__init__.py
@@ -2,4 +2,4 @@
from simvue.client import Client
from simvue.handler import Handler
from simvue.models import RunInput
-__version__ = '0.11.1'
+__version__ = '0.11.2'
0 commit comments