Skip to content

Update qiskit-terra requirement from ~=0.20.2 to >=0.20.2,<0.22.0#81

Merged
dependabot[bot] merged 2 commits into
mainfrom
dependabot/pip/qiskit-terra-gte-0.20.2-and-lt-0.22.0
Jul 4, 2022
Merged

Update qiskit-terra requirement from ~=0.20.2 to >=0.20.2,<0.22.0#81
dependabot[bot] merged 2 commits into
mainfrom
dependabot/pip/qiskit-terra-gte-0.20.2-and-lt-0.22.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 1, 2022

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

Release notes

Sourced from qiskit-terra's releases.

Qiskit Terra 0.21.0

Release notes: https://qiskit.org/documentation/release_notes.html#terra-0-21-0

Changelog

Deprecated

  • Move qiskit.test.mock to qiskit.providers.fake_provider and deprecate (#8121)
  • QPY schedule serialization (#7300)
  • Remove deprecated optimize from Optimizer (and small other fixes) (#8123)
  • Add namespace redirect hook for qiskit-aer (#5089)
  • Cleanup timeline drawer with schedule analysis pass. (#7935)
  • Deprecate old paths for module-availability testers (#7954)
  • Remove legacy providers interface (#7886)
  • Deprecate networkx converter methods for DAGCircuit (#7927)

Added

  • Adding variational Quantum Deflation Algorithm for computing higher energy states (#7747)
  • QPY schedule serialization (#7300)
  • Add grouping by full-operator commutation relations to PauliList (#7874)
  • Expand instruction_supported() to optionally check parameters (#7807)
  • Add dedicated functions for memory marginalization (#8051)
  • Add StagedPassManager class for pass manager with defined stages (#6403)
  • Speedup constant factors in LookaheadSwap (#8068)
  • Add .clear() and .copy_empty_like() functionality to QuantumCircuit. (#8134)
  • decompose(reps=1) repeating decompose (#8142)
  • Cleanup timeline drawer with schedule analysis pass. (#7935)
  • Serializable parametric pulse (#7821)
  • Add label assigned check in SparsePauliOp (#8101)
  • Use ParameterReferences type for ParameterTable values (#7408)
  • Parallelizing scheduling of multiple circuits via parallel_map. (#8110)
  • Add Qiskit Textbook circuit drawer style (#8147)
  • Add function to easily generate preset pass managers (#8125)
  • Enhance Primitives' interface (#8065)
  • Add a marginal_distribution function (#8026)
  • Alias BaseOperator.mul to BaseOperator._multiply in quantum_info (#8007)
  • Support target and basis gates in Unroll3qOrMore transpiler pass (#7997)
  • Trotterization-based Quantum Real Time Evolution (#7411)
  • Add VF2PostLayout pass (#7862)
  • add Quantum Shannon Decomposition (#7907)
  • Alias BaseOperator.matmul to BaseOperator.dot (#7919)
  • Add delay handling to QASM 3 exporter (#7942)
  • Add swap strategies transpiler pass (#7813)
  • Add support for non-hermitian operators in AerPauliExpectation (#7857)
  • Add interfaces for a general Quantum Time Evolution Framework (#7858)

Changed

  • Leverage Python SharedMemory for common transpile args (#7789)
  • Change data type of QuantumCircuit.data elements (#8093)
  • Edit Result to always contain date, status, header (#8216)
  • Fix handling of ControlledGates in QPY (#8055)
  • Explicitly set MSRV for rust extension (#8196)

... (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 will merge this PR once CI passes on it, as requested by @burgholzer.


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 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)

Updates the requirements on [qiskit-terra](https://github.com/Qiskit/qiskit-terra) to permit the latest version.
- [Release notes](https://github.com/Qiskit/qiskit-terra/releases)
- [Commits](Qiskit/qiskit@0.20.2...0.21.0)

---
updated-dependencies:
- dependency-name: qiskit-terra
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Anything related to Python code labels Jul 1, 2022
@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 1, 2022

Codecov Report

Merging #81 (1785a4d) into main (108dd52) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main     #81   +/-   ##
=====================================
  Coverage   90.8%   90.8%           
=====================================
  Files         22      22           
  Lines       1877    1877           
=====================================
  Hits        1706    1706           
  Misses       171     171           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 108dd52...1785a4d. Read the comment docs.

@burgholzer
Copy link
Copy Markdown
Member

burgholzer commented Jul 1, 2022

This was broken due to Qiskit/qiskit#8003 and is easily fixed by ignoring the delay instruction when importing V2 backends and targets.

Signed-off-by: burgholzer <burgholzer@me.com>
@burgholzer
Copy link
Copy Markdown
Member

@dependabot merge

@dependabot dependabot Bot merged commit 4332db4 into main Jul 4, 2022
@dependabot dependabot Bot deleted the dependabot/pip/qiskit-terra-gte-0.20.2-and-lt-0.22.0 branch July 4, 2022 18:59
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 Anything related to Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant