- Images for graphs generated in tutorials and how-tos. - Note for quantum gravity tutorial to tell users that `tensorflow` doesn't work on M1 Macs. - `Known Issues` added to `README.md`
Fixed
- `draw` function usage in tutorials and how-tos now reflects the UI images generated instead of using graphviz. - Images now render properly in RTD of how-tos.
Changed
- Reran all the tutorials that could run, generating the outputs again.
0.32.1
Fixed
- CLI now starts server directly in the subprocess instead of as a daemon - Logs are provided as pipes to Popen instead of using a shell redirect - Restart behavior fixed - Default port in `covalent_ui/app.py` uses the config manager
Removed
- `_graceful_restart` function no longer needed without gunicorn
0.32.0
Added
- Dispatcher microservice API endpoint to dispatch and update workflow. - Added get runnable task endpoint.
0.31.0
Added
- 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.