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 version of dependency oq3_semantics #13381

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

jlapeyre
Copy link
Contributor

The previous required version was 0.6.0. This commit bumps the required version to 0.7.0.
There are several changes since 0.6.0, but the impetus for bumping the version here is for compatibility with Rust 1.81.

Closes #13096

The previous required version was 0.6.0. This commit bumps
the required version to 0.7.0.
There are several changes since 0.6.0, but the impetus for bumping the version
here is for compatibility with Rust 1.81.
@jlapeyre jlapeyre requested a review from a team as a code owner October 30, 2024 04:28
@qiskit-bot
Copy link
Collaborator

One or more of the following people are relevant to this code:

  • @Qiskit/terra-core

@coveralls
Copy link

coveralls commented Oct 30, 2024

Pull Request Test Coverage Report for Build 11599832545

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 209 unchanged lines in 14 files lost coverage.
  • Overall coverage increased (+0.03%) to 88.731%

Files with Coverage Reduction New Missed Lines %
qiskit/circuit/library/iqp.py 1 96.15%
qiskit/transpiler/passes/synthesis/unitary_synthesis.py 2 58.05%
crates/qasm2/src/lex.rs 4 92.23%
qiskit/compiler/assembler.py 5 96.32%
qiskit/synthesis/two_qubit/xx_decompose/decomposer.py 7 90.77%
qiskit/compiler/transpiler.py 7 92.93%
qiskit/result/mitigation/utils.py 8 89.74%
qiskit/result/mitigation/correlated_readout_mitigator.py 10 89.69%
qiskit/result/mitigation/local_readout_mitigator.py 13 90.15%
qiskit/transpiler/preset_passmanagers/generate_preset_pass_manager.py 14 92.0%
Totals Coverage Status
Change from base Build 11584707253: 0.03%
Covered Lines: 75607
Relevant Lines: 85209

💛 - Coveralls

Copy link
Member

@jakelishman jakelishman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you might need to do a cargo build locally and commit the subsequent changes to Cargo.lock?

@mtreinish mtreinish added this pull request to the merge queue Oct 30, 2024
Merged via the queue into Qiskit:main with commit ed1d8c3 Oct 30, 2024
17 checks passed
@raynelfss raynelfss added the Changelog: None Do not include in changelog label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: None Do not include in changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build warning with Rust 1.81.0
6 participants