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 4 of 56

0.221.0rc.0

Authors

- Faiyaz Hasan <faiyazagnostiq.ai>

Changed

- Moved TransportableObject from transport.py to a new file transportable_object.py.

0.220.0rc.0

Authors

- Alejandro Esquivel <aealejandro.ltd>
- Faiyaz Hasan <faiyazagnostiq.ai>
- Sankalp Sanand <sankalpagnostiq.ai>
- Co-authored-by: kessler-frost <ssanandhawk.iit.edu>
- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]users.noreply.github.com>
- Venkat Bala <15014089+venkatBalausers.noreply.github.com>
- Co-authored-by: Santosh kumar <29346072+santoshkumarradhausers.noreply.github.com>
- dwelsch-esi <116022979+dwelsch-esiusers.noreply.github.com>
- Ara Ghukasyan <38226926+araghukasusers.noreply.github.com>

Operations

- Updating `nightly` frequency (temp)

Added

- Tutorial for hybrid neural network using Covalent, AWSBatch, and Qiskit Runtime.
- Environment variable that users can set to specify the location where Covalent can find their defined executors.
- Task group id in Electrons.
- Reconstruct postprocessing method.

Fixed

- Doubling of nodes that are added to the transport graph.
- Ensure postprocessing node end time is added as the workflow end time.
- Functional tests
- Custom executor how to guide, and its loading mechanism in covalent server.
- Broken postprocessing unit test.

Added

- Postprocessing as electrons.
- Postprocessing class in `postprocessing.py` module for all the different postprocessing helper methods and algorithms.

Changed

- Postprocessing logic.
- Sublattice logic. Sublattices are now treated as electrons. Once the transport graph has been built, the status get changed to `DISPATCHING` at which point it is executed as another workflow.

Removed

- Postprocessing from runners.

Docs

- Updated How-to documents.
- Port of Pennylane's Univariate QVR tutorial using Covalent to this repo.
- Adding troubleshooting guide to RTD's
- Added a note to First Experiment offering initial intro to executors.
- Adding Google Batch executor plugin RTD

0.219.0rc.0

Authors

- Alejandro Esquivel <aealejandro.ltd>
- Faiyaz Hasan <faiyazagnostiq.ai>
- Sankalp Sanand <sankalpagnostiq.ai>
- Co-authored-by: kessler-frost <ssanandhawk.iit.edu>
- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]users.noreply.github.com>
- Venkat Bala <15014089+venkatBalausers.noreply.github.com>
- Co-authored-by: Santosh kumar <29346072+santoshkumarradhausers.noreply.github.com>

Docs

- Adding `cancellation` RTD text files

Added

- `disable_run` option added to enable "saving-only" option on covalent server and not executing the workflow
- `register_triggers`, `stop_triggers` functions added to `LocalDispatcher` class
- `triggers` parameter to the lattice metadata
- `BaseTrigger`, `DirTrigger`, `TimeTrigger` classes added available to be assigned to any lattice enabling the triggers feature
- `TriggerLoader` class added enabling loading of any kind of triggers including user defined ones without requiring installation
- CLI options to start covalent server in triggers only, and no triggers mode
- `is_pending` option added during redispatch to resume execution of a previously "saved-only", i.e pending workflow
- API routes added for Triggers server

Changed

- Modified `ct.get_result` to allow for status only requests

Fixed

- UI crashing if time values are null
- No longer adding "http://" every time a dispatcher address is provided in local dispatcher class in order to use the provided address exactly

Docs

- Added documentation for "Triggers" and a separate section for similar "Features"
- Tutorial guidelines

Tests

- Updated and added tests to account for all of the above triggers related changes

Operations

- Lowering number of jest workers as an attempt to fix flaky UI functional tests
- Added exception for nightly to pass if conda release fails

0.218.0rc.0

Authors

- Will Cunningham <wjcunningham7users.noreply.github.com>
- Venkat Bala <15014089+venkatBalausers.noreply.github.com>
- Co-authored-by: Santosh kumar <29346072+santoshkumarradhausers.noreply.github.com>
- Co-authored-by: Alejandro Esquivel <aealejandro.ltd>
- Faiyaz Hasan <faiyazagnostiq.ai>
- Sankalp Sanand <sankalpagnostiq.ai>
- Co-authored-by: kessler-frost <ssanandhawk.iit.edu>
- Co-authored-by: Venkat Bala <venkatagnostiq.ai>

Added

- Added feature to support cancelling workflow dispatches
- Updating/adding new tests to improve code coverage

Fixed

- Redispatch bug involving copying reusable nodes from old transport graph to new transport graph.
- Pennylane tutorial notebook.

Docs

- Redispatch API section.
- Add how to for redispatch.
- Mention redispatch in the concepts section.
- Update `AWS Lambda` executor RTD with steps to extend the base executor image for installing custom packages

Changed

- Enhanced the Dockerfile to include builds from various sources and a differentiation between SDK and Server builds

Operations

- Updated pre-commit hook versions
- Updated codecov upload steps in tests workflow to fail if upload to codecov fails

0.217.0rc.0

Authors

- Faiyaz Hasan <faiyazagnostiq.ai>
- dwelsch-esi <116022979+dwelsch-esiusers.noreply.github.com>
- Co-authored-by: dwelsch-memverge <david.welschmemverge.com>
- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]users.noreply.github.com>
- Co-authored-by: Santosh kumar <29346072+santoshkumarradhausers.noreply.github.com>
- Co-authored-by: Will Cunningham <wjcunningham7gmail.com>

Fixed

- Redispatch bug.

Changed

- Location of function to load result from the database now moved to load module in covalent_dispatcher/\_db folde.

Added

- API endpoint for redispatching.
- Unit and functional tests for redispatching.

Docs

- Updated self-deployment (server deployment).

0.216.0rc.0

Authors

- Venkat Bala <15014089+venkatBalausers.noreply.github.com>
- Co-authored-by: Alejandro Esquivel <aealejandro.ltd>
- Faiyaz Hasan <faiyazagnostiq.ai>
- Ara Ghukasyan <38226926+araghukasusers.noreply.github.com>

Removed

- References to specific IBMQ hub/group/project in tutorial 5

Added

- TransportGraphOps class for diffing operations on transport graphs.
- Added make derived dispatch method.
- Apply electron updates method to \_TransportGraph.

Operations

- Added job in `nightly` to trigger base executor image builds after a Covalent `pre-release`

Page 4 of 56

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.