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

updates and improvements in tools/find_deprecated #13593

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

1ucian0
Copy link
Member

@1ucian0 1ucian0 commented Dec 22, 2024

Summary

This tool helps to find code that is deprecated or pending to be deprecated. This is useful for removing code before a major release.

Details and comments

  • Fix: checks against qiskit versions instead of qiskit-terra
  • Feature: finds manual deprecation raises
  • Feature: supports md formatting as output

@1ucian0 1ucian0 added the Changelog: None Do not include in changelog label Dec 22, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 12449818541

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 3 unchanged lines in 3 files lost coverage.
  • Overall coverage increased (+0.01%) to 88.961%

Files with Coverage Reduction New Missed Lines %
crates/qasm2/src/lex.rs 1 92.48%
crates/accelerate/src/two_qubit_decompose.rs 1 92.13%
crates/accelerate/src/unitary_synthesis.rs 1 92.2%
Totals Coverage Status
Change from base Build 12420636821: 0.01%
Covered Lines: 79436
Relevant Lines: 89293

💛 - Coveralls

@1ucian0 1ucian0 marked this pull request as ready for review December 24, 2024 12:21
@1ucian0 1ucian0 requested a review from a team as a code owner December 24, 2024 12:21
@qiskit-bot
Copy link
Collaborator

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

  • @Qiskit/terra-core

@1ucian0 1ucian0 added the type: qa Issues and PRs that relate to testing and code quality label Dec 24, 2024
@1ucian0 1ucian0 added this to the 2.0.0 milestone Dec 24, 2024
@1ucian0 1ucian0 changed the title updates and improvements in tools/find_deprecated updates and improvements in tools/find_deprecated Dec 24, 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 type: qa Issues and PRs that relate to testing and code quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants