- Sporadically failing workflow cancellation test in tests/workflow_stack_test.py
0.24.9
Changed
- Implementation of `_port_from_pid` in covalent_dispatcher/\_cli/service.py.
Added
- Unit tests for command line interface (CLI) functionalities in covalent_dispatcher/\_cli/service.py and covalent_dispatcher/\_cli/cli.py.
0.24.8
Fixed
- If a user's configuration file does not have a needed parameter, the default parameter (defined in \_shared_files/defaults.py) is used.
0.24.7
Added
- Typing: Add Type hint `dispatch_info` parameter. - Documentation: Updated the return_type description in docstring.
Changed
- Typing: Change return type annotation to `Generator`.
0.24.6
Added
- Type hint to `deserialize` method of `TransportableObject` of `covalent/_workflow/transport.py`.
Changed
- Description of `data` in `deserialize` method of `TransportableObject` of `covalent/_workflow/transport.py` from `The serialized transportable object` to `Cloudpickled function`.