-
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 rosen-ci
- Loading branch information
Showing
162 changed files
with
20,430 additions
and
4,532 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,64 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [UNRELEASED] | ||
|
||
### Added | ||
## [0.229.0-rc.0] - 2023-09-22 | ||
|
||
### Authors | ||
|
||
- Andrew S. Rosen <[email protected]> | ||
- Alejandro Esquivel <[email protected]> | ||
- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||
- Co-authored-by: mpvgithub <[email protected]> | ||
- Co-authored-by: Manjunath PV <[email protected]> | ||
- Co-authored-by: Ara Ghukasyan <[email protected]> | ||
- Co-authored-by: Sankalp Sanand <[email protected]> | ||
- Co-authored-by: jackbaker1001 <[email protected]> | ||
- Co-authored-by: Santosh kumar <[email protected]> | ||
- Co-authored-by: Ara Ghukasyan <[email protected]> | ||
- Co-authored-by: Will Cunningham <[email protected]> | ||
- Co-authored-by: sriranjani venkatesan <[email protected]> | ||
- Co-authored-by: ArunPsiog <[email protected]> | ||
- Co-authored-by: Prasy12 <[email protected]> | ||
- Co-authored-by: Prasanna Venkatesh <[email protected]> | ||
- FilipBolt <[email protected]> | ||
|
||
- Added a `py.typed` file to support type-checking | ||
|
||
### Fixed | ||
|
||
- Formatted executor block under Qelectron job details to handle any class-type values | ||
- Fixed test-cases to handle latest pydantic version changes | ||
- Rsync command fixed to recursively copy files when using SSH | ||
- Removed accidentally added migrations build files | ||
- Updated migration script to add a default value for `qelectron_data_exists` in the `electrons` table since it cannot be nullable | ||
|
||
### Changed | ||
|
||
- Raised the minimum version of Pydantic from 1.10.1 to 2.1.1 in `requirements.txt` | ||
- Electron DAL to use Covalent server's data instead of QServer's data. | ||
- Renamed QCluster's `selector_serialized` attribute so it gets propagated to the qserver. | ||
- Removed `orm_mode = True` in `covalent_ui/api/v1/models/dispatch_model.py` as it is deprecated in Pydantic 2 | ||
|
||
### Added | ||
|
||
- Added a `py.typed` file to support type-checking | ||
- Corrected support from distributed Hamiltonian expval calculations | ||
- Exposed qelectron db in sdk result object | ||
- UI changes added for qelectrons and fix for related config file corruption | ||
- UI fix regarding Qelectron not showing up | ||
- Performance optimisation of UI for large Qelectrons | ||
|
||
## Tests | ||
|
||
- Changed the method for startup and shutdown events for pytest to work with fastapi version 0.93.0 | ||
- Fixed test cases to adapt changes to SQLAlchemy version 1.4.49 | ||
- Add tests for GUI frontend and backend. | ||
- Skipped `tests/covalent_ui_backend_tests/end_points/summary_test.py::test_overview` until it gets fixed. | ||
|
||
### Docs | ||
|
||
- Fix autodoc for SSH, Slurm, AWS Braket, AWS Lambda, AWS EC2, AWS Batch, Google Batch | ||
- Updated documentation links in README | ||
- Added tutorial for redispatching workflows with Streamlit | ||
|
||
### Operations | ||
|
||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
0.228.0-rc.0 | ||
0.229.0-rc.0 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.