Skip to content

Releases: AD-SDL/wei

v0.5.7

17 Apr 20:07
825a9f9

Choose a tag to compare

Fix a bug with the Workflow dataclass that causes validation failures in older versions of python.

v0.5.6

22 Mar 17:30
b712dd3

Choose a tag to compare

Fixes an edge-case issue with permissions inside containers.

v0.5.5

20 Mar 19:42
ab0dd4f

Choose a tag to compare

  • Bug Fixes
  • Added methods to experiment client and endpoints to the wei server for interacting with step response files.

v0.5.4

26 Feb 21:50
86d1a72

Choose a tag to compare

  • Adds support for sending files to modules as part of a workflow step
  • Step files can be specified using the "steps" field of a workflow step.
  • Modules can now include information about what files they expect as part of their About information.

v0.5.3

08 Feb 22:26
a34675a

Choose a tag to compare

Fixes an issue where the pypi version of the package was missing submodules.

v0.5.2

01 Feb 20:41
ea82c9a

Choose a tag to compare

Adds support for the Module About specification.

v0.5.1

17 Jan 15:46
64b5325

Choose a tag to compare

  • Adds optional support for Diaspora
  • Includes ongoing efforts to fully dockerize WEI and better support workcell portability and robustness.

v0.5.0

27 Nov 23:19
9b1adea

Choose a tag to compare

Major overhaul of the internal architecture of WEI, taking better advantage of our Pydantic Dataclasses and removing a fair bit of legacy code.

Other improvements and changes include:

  • Codified StepResponse and StepFileResponse models, which are now a standardized response from modules
  • Switch to WEI Engine
  • Moved exp_app.Experiment -> experiment_client.ExperimentClient (wei.Experiment is still aliased, in addition to wei.ExperimentClient)
  • Standardized around "Workflow Runs" nomenclature, removing references to "jobs"

Digital Discovery Paper

04 Oct 21:33
d682b2e

Choose a tag to compare

Merge pull request #72 from AD-SDL/catch_response_errors

Catch response errors

v0.3

14 Jun 01:28
4367c08

Choose a tag to compare

Bio dev (#28)

* fix zmq

---------

Co-authored-by: Dozgulbas <dozgulbas@anl.gov>