- The executor no longer tries to manipulate the return value of the function if function execution failed.
0.2.0
Changed
- Slight refactor for the Covalent microservices refactor.
0.1.0
Changed
- Fixed package structure, so that the plugin is found by Covalent after installing the plugin. - Added global variable _EXECUTOR_PLUGIN_DEFAULTS, which is now needed by Covalent. - Changed global variable executor_plugin_name -> EXECUTOR_PLUGIN_NAME in executors to conform with PEP8.
0.0.3
Fixed
- Fixed the Dockerfile so that it runs the dispatcher server from the covalent repo.
0.0.2
Changed
- Single line change in ci script so that it doesn't exit after validating the version. - Using `rules` in `pytest` so that the behavior in test stage is consistent.
0.0.1
Added
- Core files for this repo. - CHANGELOG.md to track changes (this file). - Semantic versioning in VERSION. - CI pipeline job to enforce versioning.