-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into 1860-adding-tests-for-the-executor-resour…
…ce-deployment-files
- Loading branch information
Showing
117 changed files
with
2,178 additions
and
1,121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [UNRELEASED] | ||
|
||
### Added | ||
|
||
- Added `pennylane` as a requirement in tests due to the tutorials using it | ||
|
||
### Changed | ||
|
||
- Updated RTD notebooks to fix their behavior | ||
- Changed the error being shown when drawing the transport graph of a lattice to a debug message instead | ||
- Revamped README | ||
- Reorganized `qelectron` tests | ||
- Made qelectron an opt-in feature using `covalent[quantum]` extra | ||
|
||
### Removed | ||
|
||
- Removed unused file transfer how to guides | ||
- Removed `pennylane` as a requirement from notebooks' requirements.txt as it comes with `covalent` | ||
- Removed `validate_args` and `validate_region` method from `deploy_group` CLI as they were specific to AWS | ||
|
||
### Docs | ||
|
||
- Added voice cloning tutorial | ||
|
||
### Fixed | ||
|
||
- Fixed the scenario where any deploy commands would fail if the user had a non deploy compatible plugin installed | ||
- Fixed the SQLAlchemy warning that used to show up at every fresh server start | ||
- Fixed deploy commands' default value of plugins not being propagated to the tfvars file | ||
|
||
### Operations | ||
|
||
- Added qelectron tests to the `tests` workflow | ||
|
||
## [0.233.0-rc.0] - 2024-01-07 | ||
|
||
### Authors | ||
|
||
- Andrew S. Rosen <[email protected]> | ||
- Casey Jao <[email protected]> | ||
- Sankalp Sanand <[email protected]> | ||
- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||
- ArunPsiog <[email protected]> | ||
- Co-authored-by: Ara Ghukasyan <[email protected]> | ||
|
||
|
||
### Added | ||
|
||
- Added feature to use custom python files as modules to be used in the electron function | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.