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: angle type docstring to say 2pi #607

Merged
merged 1 commit into from
Sep 10, 2024
Merged

fix: angle type docstring to say 2pi #607

merged 1 commit into from
Sep 10, 2024

Conversation

ss2165
Copy link
Member

@ss2165 ss2165 commented Sep 10, 2024

Closes #606

@ss2165 ss2165 requested a review from a team as a code owner September 10, 2024 08:42
@ss2165 ss2165 requested review from lmondada and doug-q and removed request for lmondada September 10, 2024 08:42
Copy link

codecov bot commented Sep 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.35%. Comparing base (ccc3591) to head (33d817b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #607   +/-   ##
=======================================
  Coverage   82.35%   82.35%           
=======================================
  Files          47       47           
  Lines        6533     6533           
  Branches     6533     6533           
=======================================
  Hits         5380     5380           
  Misses        788      788           
  Partials      365      365           
Flag Coverage Δ
rust 82.35% <ø> (ø)

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 added this pull request to the merge queue Sep 10, 2024
Merged via the queue into main with commit 8d7a90b Sep 10, 2024
16 checks passed
@ss2165 ss2165 deleted the ss/fix-angle-docstring branch September 10, 2024 08:49
@hugrbot hugrbot mentioned this pull request Sep 12, 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.

Conflicting definitions of angle type
2 participants