Skip to content
Snippets Groups Projects
  • Released date
  • Created date

Evidence collection

Collected 4 days ago

Release notes

this patch make some minor improvements to the JSON schema by adding a custom is_reporter flag to function arguments that accept progress reports

Evidence collection

Collected 1 month ago

Release notes

Added

  • make send-request and compute accept plain json, see !74

Evidence collection

Collected 1 month ago

Release notes

Fixed

  • minor fix for api config, see !69

Release notes

Added

  • implement compute cli command, see !68
  • Added tests for pydantic 2.8, see !67
  • implement listen options to dump requests or run arbitrary commands, see !66

Fix description of classes Historical release

Release notes

Fixed

  • add description of classes, see !65

Release notes

Fixed

  • compatibility hotfix for python 3.7, see !64

Release notes

Changed

Release notes

Changed

  • renamed --max_workers command line option to --max-workers, see !58

Added

  • Added the option to modify the json schema for a model via the configure function, see !59

Release notes

Changed

  • The implementation for the websocket connection for consumers and producers has been refactored to improve stability of long-living connections that we now use everywhere, see !57

Added PyYAML as dependency Historical release

Release notes

Changed

  • Added PyYAML as dependency which was missing in v0.4.0