Releases: simvue-io/python-api
Releases · simvue-io/python-api
Simvue v1.1.3
Fix offline mode configuration use, requirements parsing and add serv…
Simvue v1.1.2
Fix bad configuration attribute retrieval
Simvue v1.1.1
Fixed missing offline.cache entry in configuration Ensure server URL check is only performed once by caching
Simvue v1.1.0
Added new features including carbon emission metrics Added migration from simvue.ini to simvue.toml
Simvue v1.0.6
Fix incorrect usage of retry during server re-connection
Simvue v1.0.5
- Ensure all functionality is deactivated when mode is set to
disabled
. - When an exception is thrown an event is sent to Simvue displaying the traceback.
- If
add_process
is used and an exception is thrown,.err
and.out
files are still uploaded.
Simvue v1.0.4
- Minor fix which enables resource metrics gathering as the default.
Simvue v1.0.3
- Fix issue of hanging threads when exception raised by script using the API.
Simvue v1.0.2
- Fix to
add_process
with list of strings as arguments, the executable no longer returns the string"None"
. - Fix callbacks and triggers for
add_process
being executed only onRun
class termination, not on process completion.
Simvue v1.0.1
- Fix to
add_process
with list of strings as arguments, the executable no longer returns the string"None"
. - Fix callbacks and triggers for
add_process
being executed only onRun
class termination, not on process completion.