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

feat!: HSeriesPass lowers Tk2Ops into HSeriesOps #602

Merged
merged 3 commits into from
Sep 9, 2024

Conversation

doug-q
Copy link
Contributor

@doug-q doug-q commented Sep 9, 2024

BREAKING CHANGE: The output of HSeriesPass has changed. All Tk2Ops are now converted to HSeriesOps.

@doug-q doug-q requested a review from ss2165 September 9, 2024 14:02
@doug-q doug-q requested a review from a team as a code owner September 9, 2024 14:02
Copy link
Member

@ss2165 ss2165 left a comment

Choose a reason for hiding this comment

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

nice, just a typo

tket2-hseries/src/extension/hseries/lower.rs Outdated Show resolved Hide resolved
Copy link

codecov bot commented Sep 9, 2024

Codecov Report

Attention: Patch coverage is 88.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 82.41%. Comparing base (d90b815) to head (77bb883).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
tket2-hseries/src/extension/hseries/lower.rs 87.50% 1 Missing and 1 partial ⚠️
tket2-hseries/src/lib.rs 88.88% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #602      +/-   ##
==========================================
- Coverage   82.45%   82.41%   -0.04%     
==========================================
  Files          47       47              
  Lines        6513     6533      +20     
  Branches     6513     6533      +20     
==========================================
+ Hits         5370     5384      +14     
- Misses        782      785       +3     
- Partials      361      364       +3     
Flag Coverage Δ
rust 82.41% <88.00%> (-0.04%) ⬇️

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.

Co-authored-by: Seyon Sivarajah <seyon.sivarajah@cambridgequantum.com>
@doug-q doug-q added this pull request to the merge queue Sep 9, 2024
Merged via the queue into main with commit ccc3591 Sep 9, 2024
16 checks passed
@doug-q doug-q deleted the doug/hseries-pass-lowers-tk2op branch September 9, 2024 14:20
@hugrbot hugrbot mentioned this pull request Sep 9, 2024
github-merge-queue bot pushed a commit that referenced this pull request Sep 16, 2024
## 🤖 New release
* `tket2`: 0.3.0 -> 0.4.0
* `tket2-hseries`: 0.3.0 -> 0.4.0

<details><summary><i><b>Changelog</b></i></summary><p>

## `tket2`
<blockquote>

##
[0.4.0](tket2-v0.3.0...tket2-v0.4.0)
- 2024-09-16

### Bug Fixes

- angle type docstring to say 2pi
([#607](#607))
- Fix broken ConstAngle::TAU
([#609](#609))

### New Features

- [**breaking**] simplify angle extension in to a half turns rotation
type ([#611](#611))
</blockquote>

## `tket2-hseries`
<blockquote>

##
[0.4.0](tket2-hseries-v0.3.0...tket2-hseries-v0.4.0)
- 2024-09-16

### New Features

- [**breaking**] `HSeriesPass` lowers `Tk2Op`s into `HSeriesOp`s
([#602](#602))
- [**breaking**] simplify angle extension in to a half turns rotation
type ([#611](#611))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
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.

2 participants