Releases: AD-SDL/wei
Releases · AD-SDL/wei
v0.5.7
Fix a bug with the Workflow dataclass that causes validation failures in older versions of python.
v0.5.6
Fixes an edge-case issue with permissions inside containers.
v0.5.5
- Bug Fixes
- Added methods to experiment client and endpoints to the wei server for interacting with step response files.
v0.5.4
- 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
Fixes an issue where the pypi version of the package was missing submodules.
v0.5.2
Adds support for the Module About specification.
v0.5.1
- Adds optional support for Diaspora
- Includes ongoing efforts to fully dockerize WEI and better support workcell portability and robustness.
v0.5.0
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
StepResponseandStepFileResponsemodels, 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
Merge pull request #72 from AD-SDL/catch_response_errors Catch response errors