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

chore: release v0.6.0 #626

Merged
merged 1 commit into from
Oct 15, 2024
Merged

chore: release v0.6.0 #626

merged 1 commit into from
Oct 15, 2024

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented Oct 1, 2024

🤖 New release

  • tket2: 0.5.0 -> 0.6.0 (⚠️ API breaking changes)
  • tket2-hseries: 0.5.0 -> 0.6.0 (✓ API compatible changes)

⚠️ tket2 breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/inherent_method_missing.ron

Failed in:
  LexicographicCostFunction::default_cx, previously in file /private/var/folders/3j/ktpgz6yj0gn05q3x3d0qqndw0000gn/T/.tmpwozYGu/tket2/src/rewrite/strategy.rs:349

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing, renamed, or changed from const to static.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  SYM_OP_ID in file /private/var/folders/3j/ktpgz6yj0gn05q3x3d0qqndw0000gn/T/.tmpwozYGu/tket2/src/extension/sympy.rs:27
  SYM_EXPR_NAME in file /private/var/folders/3j/ktpgz6yj0gn05q3x3d0qqndw0000gn/T/.tmpwozYGu/tket2/src/extension/sympy.rs:24

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/struct_missing.ron

Failed in:
  struct tket2::extension::SYM_EXPR_T, previously in file /private/var/folders/3j/ktpgz6yj0gn05q3x3d0qqndw0000gn/T/.tmpwozYGu/tket2/src/extension/sympy.rs:140
Changelog

tket2

0.6.0 - 2024-10-15

New Features

  • (badger) cx and rz const functions and strategies for LexicographicCostFunction (#625)
  • Add tket2.rotation.from_halfturns_unchecked op (#640)
  • [breaking] update to hugr 0.13.0 (#645)
  • Decode pytket op parameters (#644)
  • re-export hugr crate (#652)
  • Extract pytket parameters to input wires (#661)

Refactor

  • [breaking] Remove deprecated exports (#662)

tket2-hseries

0.4.0 - 2024-09-16

New Features

  • [breaking] HSeriesPass lowers Tk2Ops into HSeriesOps (#602)
  • [breaking] simplify angle extension in to a half turns rotation type (#611)


This PR was generated with release-plz.

Copy link

codecov bot commented Oct 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.14%. Comparing base (f27ecc3) to head (c9e3173).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #626   +/-   ##
=======================================
  Coverage   82.14%   82.14%           
=======================================
  Files          50       50           
  Lines        6776     6776           
  Branches     6776     6776           
=======================================
  Hits         5566     5566           
  Misses        846      846           
  Partials      364      364           
Flag Coverage Δ
rust 82.14% <ø> (ø)

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.

@hugrbot hugrbot force-pushed the release-plz-2024-10-01T14-11-37Z branch 5 times, most recently from 93a9e60 to 6d9bc2b Compare October 9, 2024 12:33
@hugrbot hugrbot changed the title chore: release v0.5.1 chore: release Oct 9, 2024
@hugrbot hugrbot force-pushed the release-plz-2024-10-01T14-11-37Z branch from 6d9bc2b to b52e39b Compare October 9, 2024 15:15
@aborgna-q aborgna-q force-pushed the release-plz-2024-10-01T14-11-37Z branch from b52e39b to 35896f6 Compare October 14, 2024 13:39
@aborgna-q
Copy link
Collaborator

Updated this PR using a patched version of release-plz.
I'll make a bug report upstream, but continue manually updating in the meantime.

This was caused by a specific sequence of merges that updated the Cargo.lock. Making a new release should fix these issues.

@aborgna-q aborgna-q force-pushed the release-plz-2024-10-01T14-11-37Z branch from 35896f6 to c9e3173 Compare October 15, 2024 10:03
@aborgna-q aborgna-q changed the title chore: release chore: release v0.6.0 Oct 15, 2024
@aborgna-q aborgna-q marked this pull request as ready for review October 15, 2024 10:08
@aborgna-q aborgna-q self-assigned this Oct 15, 2024
@aborgna-q aborgna-q added this pull request to the merge queue Oct 15, 2024
@cqc-alec cqc-alec removed this pull request from the merge queue due to a manual request Oct 15, 2024
@aborgna-q aborgna-q added this pull request to the merge queue Oct 15, 2024
github-merge-queue bot pushed a commit that referenced this pull request Oct 15, 2024
## 🤖 New release
* `tket2`: 0.5.0 -> 0.6.0 (⚠️ API breaking changes)
* `tket2-hseries`: 0.5.0 -> 0.6.0 (✓ API compatible changes)

### ⚠️ `tket2` breaking changes

```
--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/inherent_method_missing.ron

Failed in:
  LexicographicCostFunction::default_cx, previously in file /private/var/folders/3j/ktpgz6yj0gn05q3x3d0qqndw0000gn/T/.tmpwozYGu/tket2/src/rewrite/strategy.rs:349

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing, renamed, or changed from const to static.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  SYM_OP_ID in file /private/var/folders/3j/ktpgz6yj0gn05q3x3d0qqndw0000gn/T/.tmpwozYGu/tket2/src/extension/sympy.rs:27
  SYM_EXPR_NAME in file /private/var/folders/3j/ktpgz6yj0gn05q3x3d0qqndw0000gn/T/.tmpwozYGu/tket2/src/extension/sympy.rs:24

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/struct_missing.ron

Failed in:
  struct tket2::extension::SYM_EXPR_T, previously in file /private/var/folders/3j/ktpgz6yj0gn05q3x3d0qqndw0000gn/T/.tmpwozYGu/tket2/src/extension/sympy.rs:140
```

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

## `tket2`
<blockquote>

##
[0.6.0](tket2-v0.5.0...tket2-v0.6.0)
- 2024-10-15

### New Features

- *(badger)* `cx` and `rz` const functions and strategies for
`LexicographicCostFunction`
([#625](#625))
- Add `tket2.rotation.from_halfturns_unchecked` op
([#640](#640))
- [**breaking**] update to hugr 0.13.0
([#645](#645))
- Decode pytket op parameters
([#644](#644))
- re-export hugr crate ([#652](#652))
- Extract pytket parameters to input wires
([#661](#661))

### Refactor

- [**breaking**] Remove deprecated exports
([#662](#662))
</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/).

Co-authored-by: Agustín Borgna <[email protected]>
@aborgna-q aborgna-q removed this pull request from the merge queue due to a manual request Oct 15, 2024
@aborgna-q aborgna-q added this pull request to the merge queue Oct 15, 2024
Merged via the queue into main with commit 97df4c5 Oct 15, 2024
17 checks passed
@aborgna-q aborgna-q deleted the release-plz-2024-10-01T14-11-37Z branch October 15, 2024 10:20
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.

3 participants