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

Update pennylane-qiskit requirement from ~=0.34.0 to ~=0.34.1 #2198

Merged
merged 1 commit into from Feb 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2024

Updates the requirements on pennylane-qiskit to permit the latest version.

Release notes

Sourced from pennylane-qiskit's releases.

Release 0.34.1

This bug fix release pins the version of Qiskit in setup.py to be lower than Qiskit 0.46.0. Upcoming releases of the plugin will be compatible with the new release of Qiskit, but the 0.34 release is not.

Changelog

Sourced from pennylane-qiskit's changelog.

Release 0.35.0-dev

New features since last release

Improvements 🛠

  • The UI for passing parameters to a qfunc generated when loading a Qiskit QuantumCircuit into PennyLane is updated to allow passing parameters as args or kwargs, rather than as a dictionary. The old dictionary UI continues to be supported. [(#406)](PennyLaneAI/pennylane-qiskit#406) [(#428)](PennyLaneAI/pennylane-qiskit#428)

  • Measurement operations are now added to the PennyLane template when a QuantumCircuit is converted using load. Additionally, one can override any existing terminal measurements by providing a list of PennyLane measurements <https://docs.pennylane.ai/en/stable/introduction/measurements.html>_ themselves. [(#405)](PennyLaneAI/pennylane-qiskit#405)

  • Added support for coverting conditional operations based on mid-circuit measurements and two of the ControlFlowOp operations - IfElseOp and SwitchCaseOp when converting a QuantumCircuit using load. [(#417)](PennyLaneAI/pennylane-qiskit#417)

Breaking changes 💔

Deprecations 👋

Documentation 📝

Bug fixes 🐛

Contributors ✍️

This release contains contributions from (in alphabetical order):

Utkarsh Azad Lillian Frederiksen


Release 0.34.0

Bug fixes 🐛

  • The kwargs job_tags and session_id are passed to the correct arguments in the circuit_runner device so that they will be used in the Qiskit backend; these were previously ignored. [(#358)](PennyLaneAI/pennylane-qiskit#358)

  • The generate_samples method for the IBMQSamplerDevice is updated to get counts from the nearest probability distribution rather than the quasi-distribution (which

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the infrastructure For issues related to building, packaging, and continuous integration. label Feb 22, 2024
Copy link

codecov bot commented Feb 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.28%. Comparing base (c28cf43) to head (751b1d4).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2198   +/-   ##
=======================================
  Coverage   98.28%   98.28%           
=======================================
  Files          90       90           
  Lines        4259     4259           
=======================================
  Hits         4186     4186           
  Misses         73       73           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@natestemen
Copy link
Member

@dependabot rebase

Updates the requirements on [pennylane-qiskit](https://github.com/XanaduAI/pennylane-qiskit) to permit the latest version.
- [Release notes](https://github.com/XanaduAI/pennylane-qiskit/releases)
- [Changelog](https://github.com/PennyLaneAI/pennylane-qiskit/blob/master/CHANGELOG.md)
- [Commits](PennyLaneAI/pennylane-qiskit@v0.34.0...v0.34.1)

---
updated-dependencies:
- dependency-name: pennylane-qiskit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pennylane-qiskit-approx-eq-0.34.1 branch from aeafed2 to 751b1d4 Compare February 27, 2024 22:01
@purva-thakre
Copy link
Contributor

purva-thakre commented Feb 27, 2024

@natestemen Don't merge this PR. See the PR description in #2207

Edit: Or perhaps go ahead with this since the linked PR won't be merged for a while!

@natestemen
Copy link
Member

I think it's important to merge this to help ensure users know we are not compatible with Qiskit 1.0 at the moment. I understand we will need to wait for other packages to be compatible before upgrading to qiskit 1.0.

@natestemen natestemen merged commit f8f1e8c into master Feb 27, 2024
17 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pennylane-qiskit-approx-eq-0.34.1 branch February 27, 2024 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure For issues related to building, packaging, and continuous integration.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants