Covalent

Latest version: v0.238.0

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 33 of 57

0.27.0

Added

- Support for positional only, positional or keyword, variable positional, keyword only, variable keyword types of parameters is now added, e.g an electron can now use variable args and variable kwargs if the number/names of parameters are unknown during definition as `def task(*args, **kwargs)` which wasn't possible before.

- `Lattice.args` added to store positional arguments passed to the lattice's workflow function.

- `get_named_params` function added in `_shared_files/utils.py` which will return a tuple containing named positional arguments and named keyword arguments. The names help in showing and storing these parameters in the transport graph.

- Tests to verify whether all kinds of input paramaters are supported by electron or a lattice.

Changed

- No longer merging positional arguments with keyword arguments, instead they are separately stored in respective nodes in the transport graph.

- `inputs` returned from `_get_inputs` function in `covalent_dispatcher/_core/execution.py` now contains positional as well as keyword arguments which further get passed to the executor.

- Executors now support positional and keyword arguments as inputs to their executable functions.

- Result object's `_inputs` attribute now contains both `args` and `kwargs`.

- `add_node_for_nested_iterables` is renamed to `connect_node_with_others` and `add_node_to_graph` also renamed to `add_collection_node_to_graph` in `electron.py`. Some more variable renames to have appropriate self-explanatory names.

- Nodes and edges in the transport graph now have a better interface to assign attributes to them.

- Edge attribute `variable` renamed to `edge_name`.

- In `serialize` function of the transport graph, if `metadata_only` is True, then only `metadata` attribute of node and `source` and `target` attributes of edge are kept in the then return serialized `data`.

- Updated the tests wherever necessary to reflect the above changes

Removed

- Deprecated `required_params_passed` since an error will automatically be thrown by the `build_graph` function if any of the required parameters are not passed.

- Removed duplicate attributes from nodes in the transport graph.

0.26.1

Added

- Added Local Executor section to the API read the docs.

0.26.0

Added

- Automated reminders to update the changelog

0.25.3

Added

- Listed common mocking commands in the CONTRIBUTING.md guide.
- Additional guidelines on testing.

0.25.2

Changed

- `backend` metadata name changed to `executor`.
- `_plan_workflow` usage updated to reflect how that executor related information is now stored in the specific executor object.
- Updated tests to reflect the above changes.
- Improved the dispatch cancellation test to provide a robust solution which earlier took 10 minutes to run with uncertainty of failing every now and then.

Removed

- Removed `TaskExecutionMetadata` as a consequence of removing `execution_args`.

0.25.1

Fixed

- Tracking imports that have been used in the workflow takes less time.

Added

- User-imports are included in the dispatch_source.py script. Covalent-related imports are commented out.

Page 33 of 57

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.