Releases: simvue-io/python-api
Releases · simvue-io/python-api
v0.14.1
29 Jun 09:10
Compare
Sorry, something went wrong.
No results found
Removed import of unused requests module from worker.py
v0.14.0
04 Apr 14:29
Compare
Sorry, something went wrong.
No results found
Added a method to the Client class for retrieving events.
v0.13.3
04 Apr 10:29
Compare
Sorry, something went wrong.
No results found
Allow files (input and code only) to be saved for runs in the created state.
Allow metadata and tags to be updated for runs in the created state.
v0.13.2
04 Apr 07:57
Compare
Sorry, something went wrong.
No results found
Added plot_metrics method to the Client class to simplify plotting metrics.
(Bug fix) reconnect works without a uuid being specified when offline mode isn't being used.
(Bug fix) Restrict version of Pydantic to prevent V2 from accidently being used.
v0.13.1
28 Mar 15:23
Compare
Sorry, something went wrong.
No results found
Set sample_by to 0 by default (no sampling) in get_metrics_multiple.
v0.13.0
28 Mar 14:59
Compare
Sorry, something went wrong.
No results found
Added methods to the Client class for retrieving metrics.
CPU architecture and processor obtained on Apple hardware.
Client now reports to server when files have been successfully uploaded.
User-Agent header now included in HTTP requests.
v0.12.0
13 Mar 21:51
Compare
Sorry, something went wrong.
No results found
Add methods to the Client class for deleting runs and folders.
Confusing messages about process no longer exists or NVML Shared Library Not Found no longer displayed.
v0.11.4
13 Mar 15:13
Compare
Sorry, something went wrong.
No results found
(Bug fix) Ensure simvue_sender can be run when installed from PyPI.
(Bug fix) Runs created in offline mode using a context manager weren't automatically closed.
v0.11.3
09 Mar 12:55
Compare
Sorry, something went wrong.
No results found
Added logging messages for debugging when debug level set to debug.
v0.11.2
06 Mar 20:58
Compare
Sorry, something went wrong.
No results found
Raise exceptions in Client class methods if run does not exist or artifact does not exist.
(Bug fix) list_artifacts optional category restriction now works.