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 TryFrom for extension ops use cast #592

Merged
merged 1 commit into from
Sep 5, 2024
Merged

Conversation

ss2165
Copy link
Member

@ss2165 ss2165 commented Sep 5, 2024

BREAKING CHANGE: TryFrom implementations for extension op structs removed, use cast

@ss2165 ss2165 requested a review from a team as a code owner September 5, 2024 13:27
@ss2165 ss2165 requested review from cqc-alec and aborgna-q and removed request for cqc-alec September 5, 2024 13:27
Copy link

codecov bot commented Sep 5, 2024

Codecov Report

Attention: Patch coverage is 86.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 83.01%. Comparing base (f0884cc) to head (be52ab8).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
tket2/src/passes/commutation.rs 33.33% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #592      +/-   ##
==========================================
+ Coverage   82.94%   83.01%   +0.07%     
==========================================
  Files          45       45              
  Lines        6214     6187      -27     
  Branches     6214     6187      -27     
==========================================
- Hits         5154     5136      -18     
+ Misses        770      762       -8     
+ Partials      290      289       -1     
Flag Coverage Δ
rust 83.01% <86.66%> (+0.07%) ⬆️

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.

BREAKING CHANGE: TryFrom implementations for extension op structs removed, use `cast`
Copy link
Collaborator

@aborgna-q aborgna-q left a comment

Choose a reason for hiding this comment

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

👍

@ss2165 ss2165 added this pull request to the merge queue Sep 5, 2024
Merged via the queue into main with commit 5ca29af Sep 5, 2024
15 checks passed
@ss2165 ss2165 deleted the ss/no-try-from branch September 5, 2024 13:54
lmondada pushed a commit that referenced this pull request Oct 1, 2024
## 🤖 New release
* `tket2`: 0.2.0 -> 0.3.0
* `tket2-hseries`: 0.2.0 -> 0.3.0

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

## `tket2`
<blockquote>

##
[0.3.0](tket2-v0.2.0...tket2-v0.3.0)
- 2024-09-09

### Bug Fixes

- extension ops checking against incorrect name
([#593](#593))
- [**breaking**] remove TryFrom for extension ops use `cast`
([#592](#592))
- don't load angle extensions on to quantum
([#597](#597))

### New Features

- [**breaking**] move angle types + and ops to new "tket2.angle"
extension ([#591](#591))
- dataflow builder methods for angle ops
([#596](#596))
- lowering tk2ops -> hseriesops
([#579](#579))
</blockquote>

## `tket2-hseries`
<blockquote>

##
[0.3.0](tket2-hseries-v0.2.0...tket2-hseries-v0.3.0)
- 2024-09-09

### Bug Fixes

- extension ops checking against incorrect name
([#593](#593))
- [**breaking**] remove TryFrom for extension ops use `cast`
([#592](#592))

### New Features

- lowering tk2ops -> hseriesops
([#579](#579))
- *(tket2-hseries)* cli extension dumping
([#584](#584))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
github-merge-queue bot pushed a commit that referenced this pull request Oct 3, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.4.0](tket2-py-v0.3.0...tket2-py-v0.4.0)
(2024-10-01)


### ⚠ BREAKING CHANGES

* Made all errors `non_exhaustive`, and renamed some fields for clarity.
* "tket2.angle" extension replaced with "tket2.rotation" extension with
rotation type and simplified set of operations.
* TryFrom implementations for extension op structs removed, use `cast`

### Features

* `BadgerOptimiser.load_precompiled`, `BadgerOptimiser.compile_eccs` and
`passes.badger_pass` now take an optional `cost_fn` parameter to specify
the cost function to minimise. Supported values are `'cx'` (default
behaviour) and `'rz'`.
([83ebfcb](83ebfcb))
* simplify angle extension in to a half turns rotation type
([#611](#611))
([0723937](0723937))
* Support encoding float and sympy ops
([#618](#618))
([74dcbf7](74dcbf7))
* **tket2-hseries:** cli extension dumping
([#584](#584))
([abf292f](abf292f))


### Bug Fixes

* remove TryFrom for extension ops use `cast`
([#592](#592))
([5ca29af](5ca29af))
* Support hugr packages, fix the notebooks
([#622](#622))
([1cf9dcb](1cf9dcb))


### Documentation

* Add tket2-py module docstring
([#539](#539))
([8ef7a57](8ef7a57))


### Miscellaneous Chores

* Replace thiserror with derive_more 1.0
([#624](#624))
([2250ce7](2250ce7))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: Agustín Borgna <agustin.borgna@quantinuum.com>
Co-authored-by: Agustín Borgna <121866228+aborgna-q@users.noreply.github.com>
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