Skip to content

Releases: simvue-io/python-api

v0.14.1

29 Jun 09:10

Choose a tag to compare

  • Removed import of unused requests module from worker.py

v0.14.0

04 Apr 14:29
e8a73ea

Choose a tag to compare

  • Added a method to the Client class for retrieving events.

v0.13.3

04 Apr 10:29
432f6db

Choose a tag to compare

  • 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
b3e8567

Choose a tag to compare

  • 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
9553ac1

Choose a tag to compare

  • Set sample_by to 0 by default (no sampling) in get_metrics_multiple.

v0.13.0

28 Mar 14:59
4777690

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

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

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

Choose a tag to compare

  • Added logging messages for debugging when debug level set to debug.

v0.11.2

06 Mar 20:58
0dd39fc

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.