- Runner component's main functionality to run a set of tasks, cancel a task, and get a task's status added to its api.
0.30.5
Updated
- Updated Workflow endpoints & API spec to support upload & download of result objects as pickle files
0.30.4
Fixed
- When executing a task on an alternate Conda environment, Covalent no longer has to be installed on that environment. Previously, a Covalent object (the execution function as a TransportableObject) was passed to the environment. Now it is deserialized to a "normal" Python function, which is passed to the alternate Conda environment.
0.30.3
Fixed
- Fixed the order of output storage in `post_process` which should have been the order in which the electron functions are called instead of being the order in which they are executed. This fixes the order in which the replacement of function calls with their output happens, which further fixes any discrepencies in the results obtained by the user.
- Fixed the `post_process` test to check the order as well.
0.30.2
Changed
- Updated eventlet to 0.31.0
0.30.1
Fixed
- Eliminate unhandled exception in Covalent UI backend when calling fetch_result.