Skip to content

Releases: simvue-io/python-api

v0.13.0

28 Mar 14:59
4777690
Compare
Choose a tag to compare
  • 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
263f450
Compare
Choose a tag to compare
  • 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
dcfe0ec
Compare
Choose a tag to compare
  • (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
86e799b
Compare
Choose a tag to compare
  • Added logging messages for debugging when debug level set to debug.

v0.11.2

06 Mar 20:58
0dd39fc
Compare
Choose a tag to compare
  • 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.

v0.11.1

05 Mar 16:47
18b95d1
Compare
Choose a tag to compare
  • Support different runs having different metadata in get_runs dataframe output.
  • (Bug fix) Error message when creating a duplicate run is now more clear.
  • (Bug fix) Correction to stopping the worker thread in situations where the run never started.

v0.11.0

04 Mar 12:17
75aa681
Compare
Choose a tag to compare
  • Support optional dataframe output from get_runs.

v0.10.1

03 Mar 08:01
8234ccf
Compare
Choose a tag to compare
  • The worker process now no longer gives a long delay when a run has finished (now at most ~1 second).
  • The worker process ends when the Run() context ends or close is called, rather than only when the main process exits.

v0.10.0

07 Feb 13:38
86a2385
Compare
Choose a tag to compare
  • The client class can now be used to retrieve runs.

v0.9.1

25 Jan 21:13
a8dc74c
Compare
Choose a tag to compare
  • (Bug fix) Retries in POST/PUTs to REST APIs didn't happen.
  • Warn users if allow_pickle=True is required.