Covalent

Latest version: v0.232.0.post1

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

Scan your dependencies

Page 52 of 56

0.7.6

Changed

- How to estimate lattice execution time has been renamed to How to query lattice execution time.
- Change result querying syntax in how-to guides from `lattice.get_result` to
`covalent.get_result`.
- Choose random port for Dask dashboard address by setting `dashboard_address` to ':0' in
`LocalCluster`.

0.7.5

Fixed

- "Default" executor plugins are included as part of the package upon install.

0.7.4

Fixed

- Upgraded dask to 2021.10.0 based on a vulnerability report

0.7.3

Added

- Transportable object tests
- Transport graph tests

Changed

- Variable name node_num to node_id
- Variable name node_idx to node_id

Fixed

- Transport graph `get_dependencies()` method return type was changed from Dict to List

0.7.2

Fixed

- Date handling in changelog validation

Removed

- GitLab CI YAML

0.7.1

Added

- A new parameter to a node's result called `sublattice_result` is added.
This will be of a `Result` type and will contain the result of that sublattice's
execution. If a normal electron is executed, this will be `None`.

- In `_delete_result` function in `results_manager.py`, an empty results directory
will now be deleted.

- Name of a sublattice node will also contain `(sublattice)`.

- Added `_dispatch_sync_serverless` which synchronously dispatches without a server
and waits for a result to be returned. This is the method used to dispatch a sublattice.

- Test for sublatticing is added.

- How-to guide added for sublatticing explaining the new features.

Changed

- Partially changed `draw` function in `lattice.py` to also draw the subgraph
of the sublattice when drawing the main graph of the lattice. The change is
incomplete as we intend to add this feature later.

- Instead of returning `plt`, `draw` now returns the `ax` object.

- `__call__` function in `lattice.py` now runs the lattice's function normally
instead of dispatching it.

- `_run_task` function now checks whether current node is a sublattice and acts
accordingly.

Fixed

- Unnecessary lines to rename the node's name in `covalent_dispatcher/_core/__init__.py` are removed.

- `test_electron_takes_nested_iterables` test was being ignored due to a spelling mistake. Fixed and
modified to follow the new pattern.

Page 52 of 56

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.