- Skeleton code for writing the different services corresponding to each component in the open source refactor. - OpenAPI specifications for each of the services.
0.29.3
Fixed
- Covalent UI is built in the Dockerfile, the setup file, the pypi workflow, the tests workflow, and the conda build script.
0.29.2
Added
- Defaults defined in executor plugins are read and used to update the in-memory config, as well as the user config file. But only if the parameter in question wasn't already defined.
Changed
- Input parameter names and docstrings in \_shared_files.config.update_config were changed for clarity.
0.29.1
Changed
- Updated fail-fast strategy to run all tests.
0.29.0
Added
- DispatchDB for storing dispatched results
Changed
- UI loads dispatches from DispatchDB instead of browser local storage
0.28.3
Fixed
Installed executor plugins don't have to be referred to by their full module name. Eg, use "custom_executor", instead of "covalent_custom_plugin.custom_executor".