-
Notifications
You must be signed in to change notification settings - Fork 97
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 1539-inevitable-recursion-error-from-insi…
…de-get_result
- Loading branch information
Showing
49 changed files
with
1,886 additions
and
373 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
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 |
---|---|---|
|
@@ -9,6 +9,67 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
### Changed | ||
|
||
- Terraform output to use scrolling buffer. | ||
- Terraform output handling to show errors. | ||
|
||
## [0.231.0-rc.0] - 2023-11-28 | ||
|
||
### Authors | ||
|
||
- Ara Ghukasyan <[email protected]> | ||
- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||
|
||
### Added | ||
|
||
- check for `/bin/bash` AND `/bin/sh` (in that order) to execute bash leptons | ||
|
||
### Changed | ||
|
||
- Changed the axios version on the webapp side. | ||
|
||
### Operations | ||
|
||
- Change the strict version pin on `pennylane` from `==0.33.1` to `>=0.31.1,<0.33.0` | ||
|
||
## [0.230.0-rc.0] - 2023-11-24 | ||
|
||
### Authors | ||
|
||
- Andrew S. Rosen <[email protected]> | ||
- Co-authored-by: Will Cunningham <[email protected]> | ||
- Co-authored-by: Sankalp Sanand <[email protected]> | ||
- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||
- Kevin Taylor <[email protected]> | ||
- FilipBolt <[email protected]> | ||
- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
- Co-authored-by: Will Cunningham <[email protected]> | ||
- Co-authored-by: Prasy12 <[email protected]> | ||
- Co-authored-by: Ara Ghukasyan <[email protected]> | ||
- Aviral Katiyar <[email protected]> | ||
- Co-authored-by: ArunPsiog <[email protected]> | ||
- Casey Jao <[email protected]> | ||
- Arnav Kohli <[email protected]> | ||
- Kirill Pushkarev <[email protected]> | ||
- Aditya Raj Kashyap <[email protected]> | ||
- ArunPsiog <[email protected]> | ||
- mpvgithub <[email protected]> | ||
- Aravind <[email protected]> | ||
- Faiyaz Hasan <[email protected]> | ||
- Co-authored-by: Venkat Bala <[email protected]> | ||
- Co-authored-by: kessler-frost <[email protected]> | ||
- Co-authored-by: Aravind-psiog <[email protected]> | ||
- Co-authored-by: Manjunath PV <[email protected]> | ||
- Co-authored-by: Ara Ghukasyan <[email protected]> | ||
- Co-authored-by: Alejandro Esquivel <[email protected]> | ||
|
||
|
||
|
||
### Added | ||
|
||
- Programmatic equivalents of CLI commands `covalent start` and `covalent stop` | ||
|
||
### Changed | ||
|
||
- Changed the azurebatch.rst banner from default covalent jpg to azure batch's svg file | ||
|
||
### Fixed | ||
|
@@ -23,6 +84,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- Changed code at line 218 in covalent/_shared_files/utils.py | ||
- Fixed usage of deprecated pydantic validation methods | ||
- Fixed qelectron_db retrieval in result object | ||
- Fixed editability of Qelectron on settings page - UI changes | ||
- Certain pydantic v2 related updates | ||
- Fixed lattice's metadata propagation to electron's metadata in case no metadata was provided to the electron | ||
- Handled RecursionError on get results for a long running workflow | ||
|
||
### Operations | ||
|
@@ -35,6 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- Changed semver from 5.7.1 to 5.7.2 in package.json | ||
- Updated word-wrap to 1.2.4 version | ||
- Updated the nightly workflow's schedule | ||
- Temporarily making the nightly workflow more frequent to test the fix for the failing tests | ||
- Fixed failing tests | ||
|
||
### Changed | ||
|
||
|
@@ -44,6 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- Improved error handling in generate_docs.py | ||
- [Significant Changes] Migrated core server-side code to new data access layer. | ||
- Changed the way UI was accessing the qelectron database to access it directly from the mdb file in object store | ||
- Update version of browserverify-sign | ||
- Limiting cloudpickle version to less than 3.0 for now | ||
|
||
### Added | ||
|
||
|
@@ -52,6 +120,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- New Runner and executor API to bypass server-side memory when running tasks. | ||
- Added qelectron_db as an asset to be transferred from executor's machine to covalent server | ||
- New methods to qelectron_utils, replacing the old ones | ||
- Covalent deploy CLI tool added - allows provisioning infras directly from covalent | ||
|
||
### Docs | ||
|
||
|
@@ -63,6 +132,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- Temporarily skipping the sqlite and database trigger functional tests | ||
- Updated tests to accommodate the new qelectron fixes | ||
- Added new tests for the Database class and qelectron_utils | ||
- Covalent deploy CLI tool tests. | ||
|
||
### Removed | ||
|
||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
0.229.0-rc.0 | ||
0.231.0-rc.0 |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Copyright 2021 Agnostiq Inc. | ||
# | ||
# This file is part of Covalent. | ||
# | ||
# Licensed under the Apache License 2.0 (the "License"). A copy of the | ||
# License may be obtained with this software package or at | ||
# | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Use of this file is prohibited except in compliance with the License. | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
""" | ||
NOTE: This package exists to avoid circular imports that would be encountered if | ||
`covalent` imports from `covalent_dispatcher._cli`. | ||
""" |
Oops, something went wrong.