-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pydantic2 #66
Conversation
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
Merge AQT internal changes #1
Upgrade to Pylint version 2.14.5
use tox 3
* set default url to arnica mvp * print workspace data as a table
fix installation on windows
* add package upload CI action
* Apply black & isort globally. Move pylint config to pyproject.toml * Remove coding headers. * test/test_job: nicer formatting
--------- Co-authored-by: Max Hettrich <[email protected]>
* resource: pass circuit to submit() * resource: add offline_simulator * provider/workspaces: add HTML representation for IPython * Relax production dependencies constraints * test: use offline simulator, register pytest plugin * Fix Iterable import * test: add simple circuit execution tests * example: use offline simulator and qiskit.execute * provider: don't connect to Arnica on CI * Fix linter errors. * fixtures/offline_simulator: mock access to submit() * changelog: add entry for #16 * pyproject: cleanup
* Support MEASURE and arbitrary-angle RXX operations. * transpiler: wrap Rxx angles * test: add period-finding example * test/execution: add test for empty circuit * test: use np.lcm instead of math.lcm (backwards compatibility) * changelog: add entries for #19 * test_execution/period_finding: fix types
* test: use Qiskit Operator for circuit equivalence assertions * Remove unused explicit scipy dependency.
* pyproject: add basic pyright configuration * workflows: add coverage report comment in PRs * Update read-target-coverage.py Co-authored-by: Wilfried Huss <[email protected]> * Fix wrap_rxx_angle and associated plugin. The plugin was not registered. Error in test was hiding an error in the implementation of wrap_rxx_angle. --------- Co-authored-by: Wilfried Huss <[email protected]>
* Prepare release v0.8.0 * Bump coverage target.
* Relax require Python version. * Relax Python version requirement, prepare for 0.8.1
* job: improve error handling * Fix linter error, bump coverage target. * job: add missing handler for cancelled status
* Update pyproject.toml * updated poetry.lock
* Run examples with main dependencies. Include in coverage.
* read-target-coverage: move to scripts * workflows: automatic github release
fg-aqt
approved these changes
Jan 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Port to Pydantic v2.
Details and comments