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

Bump the python-packages group with 2 updates #251

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on qiskit and qiskit-ibm-runtime to permit the latest version.
Updates qiskit to 0.46.0

Release notes

Sourced from qiskit's releases.

Qiskit 0.46.0

Changelog

Deprecated

  • Remove validation methods from primitive base classes (backport #11052) (#11532)
  • Deprecate visualization code (#11636)
  • Deprecate pulse parameter scoping (#11691)
  • Legacy code deprecation in pass manager (#11449)
  • Deprecate NoiseAdaptiveLayout and CrosstalkAdaptiveSchedule (#11402)
  • Deprecate qiskit.tools (#11514)
  • Deprecate provider-specific fake backends,FakeProvider class and related tools in 0.46 (#11381)
  • Add warning when qiskit package not installed (#11230)
  • Deprecate BasicAer and introduce BasicProvider (#11583)
  • Deprecate qiskit/quantum_info/synthesis and move to qiskit/synthesis (backport #11460) (#11635)
  • Deprecate qiskit/transpiler/synthesis and move to qiskit/synthesis (backport #11426) (#11624)
  • Deprecate PauliList estimator observables (#11520)
  • Deprecate ConfigurableFakeBackend (#11567)
  • Deprecate execute() (#11044)
  • deprecate qiskit.test (#11001)
  • Deprecate qiskit.Aer and qiskit.providers.aer (#11439)
  • Deprecate implicit Estimator conversion to SparsePauliOp (#11535)
  • Deprecate legacy qcstyle (#11545)
  • Deprecate BasePrimitiveResult (#11054)
  • Deprecate extensions on stable/0.46 (#11498)
  • Deprecate legacy qasm2 parser for 0.46 (#11347)
  • Deprecate Qobj input to UnitarySimulatorPy.run (#11394)
  • deprecate legacy pulse builder command (#11249)
  • Deprecate leftover algorithm/opflow utils (#11323)
  • Deprecate ParametricPulse (#11279)
  • Deprecate the discrete pulse library (#11110) (#11265)

Added

  • Add fake generic and modify tests (backport #10266) (#11670)
  • Deprecate BasicAer and introduce BasicProvider (#11583)
  • Deprecate qiskit/quantum_info/synthesis and move to qiskit/synthesis (backport #11460) (#11635)
  • Add support for Python 3.12 (#11262) (#11311)

Changed

  • Poison import if Qiskit 1.0+ is detected (#11617)
  • Add warning when qiskit package not installed (#11230)

Fixed

  • Fix qpy support for Cliffords (#11495) (#11582)
  • Fix a bug of missing pulse library entry in PulseQobj parsing (backport #11397) (#11573)
  • Fix broadcasting of QuantumCircuit.delay (#11447) (#11523)
  • Fix global-phase of copied BlueprintCircuits (#11456) (#11485)
  • Fix text overwriting end of box for empty default case in mpl drawer (#11366) (#11482)
  • Fix a bug is StabilizerState repr (#11368) (#11416)
  • Fixed bug in OptimizeSwapBeforeMeasure (#11413) (#11415)
  • Don't substitute ideal gates in target with Optimize1qGatesDecomposition (#11351) (#11359)
  • Update Instruction.condition_bits for runtime classical expressions (#11325) (#11328)

... (truncated)

Commits

Updates qiskit-ibm-runtime to 0.18.0

Release notes

Sourced from qiskit-ibm-runtime's releases.

Qiskit IBM Runtime 0.18.0

Changelog

Deprecated

  • Deprecate service.runtime (#1278)

Added

  • Add dynamic circuits backend filter (#1291)

Removed

  • Removed support for qiskitrc file (#1121)

Fixed

  • Exclude params on job retrieval by default (#1308)
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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from cqc-melf as a code owner February 2, 2024 13:39
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 2, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/python-packages-ac4d222b97 branch from 881bddb to ec0e6a1 Compare February 5, 2024 13:19
Updates the requirements on [qiskit](https://github.com/Qiskit/qiskit) and [qiskit-ibm-runtime](https://github.com/Qiskit/qiskit-ibm-runtime) to permit the latest version.

Updates `qiskit` to 0.46.0
- [Release notes](https://github.com/Qiskit/qiskit/releases)
- [Changelog](https://github.com/Qiskit/qiskit/blob/main/docs/release_notes.rst)
- [Commits](Qiskit/qiskit@0.45.0...0.46.0)

Updates `qiskit-ibm-runtime` to 0.18.0
- [Release notes](https://github.com/Qiskit/qiskit-ibm-runtime/releases)
- [Commits](Qiskit/qiskit-ibm-runtime@0.17.0...0.18.0)

---
updated-dependencies:
- dependency-name: qiskit
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: qiskit-ibm-runtime
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/python-packages-ac4d222b97 branch from ec0e6a1 to 1ac63f4 Compare February 6, 2024 13:38
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 7, 2024

Superseded by #257.

@dependabot dependabot bot closed this Feb 7, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-packages-ac4d222b97 branch February 7, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants