-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api): added annealing schedule executing capability to qiboconne… (
#166) * feat(api): added annealing schedule executing capability to qiboconnection * feat(calibrations): added endpoints for getting and saving calibrations * docs(changelog): added changes to changelog * tests(job): recognized anneal programs * feat(public): add tests to calibration new models * feat(calibrations): added basic tests * feat(public): removed unused import htat local pylint did not catch * feat(version): created prerelease so that it can be qtested * test(api): added tests for calibration * test(JobResults): added tests for annealing results and updated the other types from the deprecated old format * feat(JobResults): adjusted documentation about the tests. REmoved unused imports@ * tests(style): pylint ignore too many lines * tests(calibrations): uploaded calibrations
- Loading branch information
Showing
25 changed files
with
952 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ bandit==1.7.4 | |
responses | ||
types-requests==2.28.11.8 | ||
responses==0.23.3 | ||
python-dotenv==1.0.1 |
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
""" | ||
|
||
|
||
__version__ = "0.22.1" | ||
__version__ = "0.23.0-alpha.0" | ||
|
||
|
||
from .about import about | ||
|
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
Oops, something went wrong.