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 3f8783c commit 7fecc23Copy full SHA for 7fecc23
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change log
2
3
+## v0.10.1
4
+
5
+* The worker process now no longer gives a long delay when a run has finished (now at most ~1 second).
6
+* The worker process ends when the `Run()` context ends or `close` is called, rather than only when the main process exits.
7
8
## v0.10.0
9
10
* The `client` class can now be used to retrieve runs.
simvue/__init__.py
@@ -2,4 +2,4 @@
from simvue.client import Client
from simvue.handler import Handler
from simvue.models import RunInput
-__version__ = '0.10.0'
+__version__ = '0.10.1'
0 commit comments