Skip to content
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

Support Qiskit 1.0 #141

Merged
merged 6 commits into from
Feb 23, 2024
Merged

Support Qiskit 1.0 #141

merged 6 commits into from
Feb 23, 2024

Conversation

airwoodix
Copy link
Collaborator

@airwoodix airwoodix commented Feb 20, 2024

Summary

Exclusively support Qiskit >= 1.0 and update all dependencies.

Qiskit 1.0 introduces V2 of the primitives. The code is not transitioned in this PR because there aren't yet versions of BackendSampler and BackendEstimator that target BaseSamplerV2 and BaseEstimatorV2 respectively.

The documentation makes it clear that AQTSampler and AQTEstimator are V1 and the code would in principle be backwards-compatible for the moment. However, it will ease up maintenance (and remove the need for import guards) to break backwards compatibility now and declare 1.3.0 the last release (except for API changes) that supports Qiskit 1.0. What do you think @fg-aqt @jbrixon @wilfried-huss ?

Resolves #139

Details and comments

Dependencies updates:

  • Removing multiset (3.0.2)
  • Removing ply (3.11)
  • Removing qiskit-dynamics (0.4.4)
  • Updating rpds-py (0.17.1 -> 0.18.0)
  • Updating markupsafe (2.1.4 -> 2.1.5)
  • Updating urllib3 (2.2.0 -> 2.2.1)
  • Updating cryptography (42.0.2 -> 42.0.3)
  • Updating numpy (1.26.3 -> 1.26.4)
  • Updating anyio (4.2.0 -> 4.3.0)
  • Updating dnspython (2.5.0 -> 2.6.1)
  • Updating fonttools (4.47.2 -> 4.49.0)
  • Updating pydantic-core (2.16.1 -> 2.16.2)
  • Updating tzdata (2023.4 -> 2024.1)
  • Updating jupyterlab-widgets (3.0.9 -> 3.0.10)
  • Updating matplotlib (3.8.2 -> 3.8.3)
  • Updating pydantic (2.6.0 -> 2.6.1)
  • Installing qiskit (1.0.0)
  • Updating setuptools (69.0.3 -> 69.1.0)
  • Updating widgetsnbextension (4.0.9 -> 4.0.10)
  • Updating black (24.1.1 -> 24.2.0)
  • Updating debugpy (1.8.0 -> 1.8.1)
  • Updating faker (22.6.0 -> 23.2.1)
  • Updating identify (2.5.33 -> 2.5.35)
  • Updating ipywidgets (8.1.1 -> 8.1.2)
  • Updating nbconvert (7.14.2 -> 7.16.1)
  • Updating pydantic-settings (2.1.0 -> 2.2.1)
  • Updating qiskit-algorithms (0.2.2 -> 0.3.0)
  • Updating qiskit-ibm-experiment (0.4.4 -> 0.4.7)
  • Updating datamodel-code-generator (0.25.3 -> 0.25.4)
  • Updating hypothesis (6.97.4 -> 6.98.9)
  • Updating ipykernel (6.29.0 -> 6.29.2)
  • Updating pre-commit (3.6.0 -> 3.6.2)
  • Updating qiskit-aer (0.13.2 -> 0.13.3)
  • Updating qiskit-experiments (0.5.4 -> 0.6.0)
  • Updating ruff (0.2.0 -> 0.2.2)
  • Updating tqdm (4.66.1 -> 4.66.2)
  • Updating types-requests (2.31.0.20240125 -> 2.31.0.20240218)

@airwoodix airwoodix self-assigned this Feb 20, 2024
@airwoodix airwoodix marked this pull request as ready for review February 20, 2024 10:25
@airwoodix
Copy link
Collaborator Author

I'll add a changelog entry once #140 is merged.

@airwoodix airwoodix merged commit 1abd3a9 into master Feb 23, 2024
15 checks passed
@airwoodix airwoodix deleted the qiskit-1 branch February 23, 2024 06:47
@1ucian0 1ucian0 mentioned this pull request Apr 3, 2024
@jbrixon jbrixon mentioned this pull request Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to Qiskit 1.0
3 participants