-
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 arosen93-patch-1
- Loading branch information
Showing
19 changed files
with
89 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ name: nightly | |
|
||
on: | ||
schedule: | ||
- cron: "0 4 * * *" | ||
- cron: "0 */4 * * *" | ||
|
||
jobs: | ||
license: | ||
|
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,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [UNRELEASED] | ||
|
||
### Added | ||
|
||
- Added a `py.typed` file to support type-checking | ||
|
||
### Changed | ||
|
||
- Raised the minimum version of Pydantic from 1.10.1 to 2.1.1 in `requirements.txt` | ||
|
||
## [0.228.0-rc.0] - 2023-08-31 | ||
|
||
### Authors | ||
|
||
- Andrew S. Rosen <[email protected]> | ||
- Co-authored-by: Sankalp Sanand <[email protected]> | ||
- Will Cunningham <[email protected]> | ||
- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||
- Co-authored-by: Casey Jao <[email protected]> | ||
- WingCode <[email protected]> | ||
- Nick Tyler <[email protected]> | ||
- Co-authored-by: Alejandro Esquivel <[email protected]> | ||
- Aravind <[email protected]> | ||
- Co-authored-by: Manjunath PV <[email protected]> | ||
- Co-authored-by: ArunPsiog <[email protected]> | ||
- Co-authored-by: RaviPsiog <[email protected]> | ||
- Co-authored-by: Prasy12 <[email protected]> | ||
- Co-authored-by: mpvgithub <[email protected]> | ||
- Co-authored-by: Will Cunningham <[email protected]> | ||
- dwelsch-esi <[email protected]> | ||
- Co-authored-by: dwelsch-memverge <[email protected]> | ||
- Co-authored-by: kessler-frost <[email protected]> | ||
- Faiyaz Hasan <[email protected]> | ||
- Santosh kumar <[email protected]> | ||
|
||
|
||
### Fixed | ||
|
||
- Fixed dispatcher address not showing when covalent server starts. | ||
- Fixed the failing tests in the `nightly` workflow. | ||
|
||
### Operations | ||
|
||
|
||
|
@@ -17,6 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- Reduce the number of pinned version numbers in the `setup.py`, `requirements.txt`, and `requirements-client.txt` | ||
- Updated the `wci.yml` file with new features | ||
- Bumped pre-commit versions | ||
- Temporarily running nightly hourly to test whether the fix worked | ||
- Reverted to daily frequency for nightly | ||
|
||
### Added | ||
|
||
|
@@ -42,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- Removed the upper limit from `dask` and `distributed` packages' versions until we find a version which is incompatible with Covalent. | ||
- When the server is stopped, any workflows in a non-terminal state are first cancelled | ||
- Pinned sqlalchemy version with upper limit <2.0.0. | ||
- Added rich support to cli for better printing statements. | ||
- Added rich support to cli for better printing statements. | ||
- Performed minor modifications and rearrangementsto fix the broken tests in the `nightly` workflow. | ||
|
||
### Tests | ||
|
||
|
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.227.0-rc.0 | ||
0.228.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 |
---|---|---|
|
@@ -58,6 +58,7 @@ | |
"create_unique_workdir": False, | ||
} | ||
|
||
|
||
proc_pool = ProcessPoolExecutor() | ||
|
||
|
||
|
Empty file.
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
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