Skip to content

Releases: simvue-io/python-api

First full release of Simvue client

14 Jun 13:33
Compare
Choose a tag to compare
  • Refactor and re-write of codebase to align with latest developments in version 2 of the Simvue server.
  • Added Executor to Simvue runs allowing users to start shell based processes as part of a run and handle termination of these.
  • Removal of obsolete functions due to server change, and renaming of functions and parameters (see documentation).
  • Added pre-request validation to both Client and Run class methods via Pydantic.
  • Separation of save functionality into save_file and save_object.
  • Fixed issue whereby metrics would still have to wait for the next iteration of dispatch before being sent to the server, even if the queue was not full.
  • Added support for 'user' alerts.

v1.0.0.dev6

07 Mar 18:12
a0594ce
Compare
Choose a tag to compare
v1.0.0.dev6 Pre-release
Pre-release

v1.0.0.dev2

08 Feb 18:04
202c8fb
Compare
Choose a tag to compare
v1.0.0.dev2 Pre-release
Pre-release

v0.14.3

29 Jun 20:28
048ff2d
Compare
Choose a tag to compare
  • Ensure import of the requests module is only done if actually used.

v0.14.2

29 Jun 09:15
ec0537c
Compare
Choose a tag to compare
  • Removed import of unused requests module from worker.py

v0.14.1

29 Jun 09:10
Compare
Choose a tag to compare
  • Removed import of unused requests module from worker.py

v0.14.0

04 Apr 14:29
e8a73ea
Compare
Choose a tag to compare
  • Added a method to the Client class for retrieving events.

v0.13.3

04 Apr 10:29
432f6db
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Set sample_by to 0 by default (no sampling) in get_metrics_multiple.