Skip to content

Releases: simvue-io/python-api

Simvue v1.0.5

09 Oct 10:46

Choose a tag to compare

  • 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

24 Sep 13:20

Choose a tag to compare

  • Minor fix which enables resource metrics gathering as the default.

Simvue v1.0.3

23 Sep 10:36

Choose a tag to compare

  • Fix issue of hanging threads when exception raised by script using the API.

Simvue v1.0.2

21 Aug 08:17

Choose a tag to compare

  • 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 on Run class termination, not on process completion.

Simvue v1.0.1

16 Jul 13:40

Choose a tag to compare

  • 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 on Run class termination, not on process completion.

First full release of Simvue client

14 Jun 13:33

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

Choose a tag to compare

v1.0.0.dev6 Pre-release
Pre-release

v1.0.0.dev2

08 Feb 18:04
202c8fb

Choose a tag to compare

v1.0.0.dev2 Pre-release
Pre-release

v0.14.3

29 Jun 20:28
048ff2d

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

Choose a tag to compare

  • Removed import of unused requests module from worker.py