- Removed `ct.wait.LONG` etc. constants from covalent's init
Changed
- `wait` in `_get_result_from_dispatcher` will now use `_results_manager.wait.EXTREME` if `True` has been passed to it.
Operations
- Prettierified release.yml - Cleaned up pre-commit-config.yml
Docs
- Updated Bash Lepton tutorial to conform with the latest Lepton interface changes - Disabling how-to guide for executing an electron with a specified Conda environment. - Fixed "How To" for Python leptons
0.179.0
Authors
Changed
- Changed terser package version on webapp yarn-lock file.
- Dispatch workflows as asyncio tasks on the FastAPI event loop instead of in separate threads
Fixed
- Deconflict wait enum with `ct.wait` function; `wait` -> `WAIT`
Operations
- Conda package is built and tested on a nightly schedule - Conda deployment step is added to `release.yml` - Install yarn and npm on Ubuntu whenever the webapp needs to be built