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

fix: Remove use of removed auto_rebase_pass #708

Merged
merged 2 commits into from
Nov 29, 2024
Merged

Conversation

johnchildren
Copy link
Contributor

Pytket 1.36 removed the auto_rebase_pass function, replacing it with AutoRebase. This commit updates the code that uses with function and replaces it with the new class.

Pytket 1.36 removed the auto_rebase_pass function, replacing it with
AutoRebase. This commit updates the code that uses with function and
replaces it with the new class.
@johnchildren johnchildren requested a review from a team as a code owner November 29, 2024 13:29
@hugrbot
Copy link
Collaborator

hugrbot commented Nov 29, 2024

This PR contains breaking changes to the public Rust API.
Please deprecate the old API instead (if possible), or mark the PR with a ! to indicate a breaking change.

cargo-semver-checks summary

Copy link

codecov bot commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.79%. Comparing base (b17736d) to head (787f83e).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #708   +/-   ##
=======================================
  Coverage   82.79%   82.79%           
=======================================
  Files          62       62           
  Lines        7115     7115           
  Branches     6862     6862           
=======================================
  Hits         5891     5891           
  Misses        861      861           
  Partials      363      363           
Flag Coverage Δ
python 82.21% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@ss2165 ss2165 changed the title chore: Remove use of removed auto_rebase_pass fix: Remove use of removed auto_rebase_pass Nov 29, 2024
@ss2165 ss2165 enabled auto-merge November 29, 2024 16:27
@ss2165 ss2165 added this pull request to the merge queue Nov 29, 2024
Merged via the queue into main with commit ea122a7 Nov 29, 2024
15 of 16 checks passed
@ss2165 ss2165 deleted the update-auto-rebase branch November 29, 2024 16:33
github-merge-queue bot pushed a commit that referenced this pull request Nov 29, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.5.1](tket2-py-v0.5.0...tket2-py-v0.5.1)
(2024-11-29)


### Bug Fixes

* Remove use of removed auto_rebase_pass
([#708](#708))
([ea122a7](ea122a7))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants