Skip to content

chore: release #879

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

Merged
merged 2 commits into from
May 22, 2025
Merged

chore: release #879

merged 2 commits into from
May 22, 2025

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented May 19, 2025

🤖 New release

  • tket2: 0.10.0 -> 0.11.0 (✓ API compatible changes)
  • tket2-hseries: 0.13.0 -> 0.14.0 (⚠ API breaking changes)

tket2-hseries breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum 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.41.0/src/lints/enum_missing.ron

Failed in:
  enum tket2_hseries::lazify_measure::LazifyMeasurePassError, previously in file /tmp/.tmpd3CB3X/tket2-hseries/src/lazify_measure.rs:63
  enum tket2_hseries::lazify_measure::LazifyMeasureRewrite, previously in file /tmp/.tmpd3CB3X/tket2-hseries/src/lazify_measure.rs:110

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that 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.41.0/src/lints/enum_variant_missing.ron

Failed in:
  variant QSystemPassError::LazyMeasureError, previously in file /tmp/.tmpd3CB3X/tket2-hseries/src/lib.rs:58

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function 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.41.0/src/lints/function_missing.ron

Failed in:
  function tket2_hseries::lazify_measure::replace_measure_ops, previously in file /tmp/.tmpd3CB3X/tket2-hseries/src/lazify_measure.rs:79

--- failure module_missing: pub module removed or renamed ---

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

Failed in:
  mod tket2_hseries::lazify_measure, previously in file /tmp/.tmpd3CB3X/tket2-hseries/src/lazify_measure.rs:1

--- 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.41.0/src/lints/struct_missing.ron

Failed in:
  struct tket2_hseries::lazify_measure::LazifyMeasurePass, previously in file /tmp/.tmpd3CB3X/tket2-hseries/src/lazify_measure.rs:46

--- failure trait_added_supertrait: non-sealed trait added new supertraits ---

Description:
A non-sealed trait added one or more supertraits, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#generic-bounds-tighten
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/trait_added_supertrait.ron

Failed in:
  trait tket2_hseries::extension::qsystem::QSystemOpBuilder gained ArrayOpBuilder in file /tmp/.tmpYKdcGW/tket2/tket2-hseries/src/extension/qsystem.rs:222
Changelog

tket2

0.11.0 - 2025-05-22

New Features

  • [breaking] Add ReplaceBoolPass (#854)

Refactor

  • Use black_box from standard library. (#878)

tket2-hseries

0.14.0 - 2025-05-22

Bug Fixes

  • (tket2-hseries) ensure deterministic lowering using maps (#884)

New Features

  • (tket2-hseries) [breaking] insert RuntimeBarrier across qubits in a Barrier (#866)
  • [breaking] Add ReplaceBoolPass (#854)
  • (tket2-hseries) Remove static_array<tket2.bool> before replace_booling. (#885)

Refactor

  • (tket2-hseries) use smaller angle decompositions for CZ and CCX (#883)


This PR was generated with release-plz.

Copy link

codecov bot commented May 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.71%. Comparing base (b1cd078) to head (b9391cd).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #879   +/-   ##
=======================================
  Coverage   82.71%   82.71%           
=======================================
  Files          73       73           
  Lines        9039     9039           
  Branches     8767     8767           
=======================================
  Hits         7477     7477           
  Misses       1107     1107           
  Partials      455      455           
Flag Coverage Δ
python 81.61% <ø> (ø)
rust 82.75% <ø> (ø)

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hugrbot hugrbot force-pushed the release-plz-2025-05-19T10-11-05Z branch 7 times, most recently from e30ca2d to 22ade8e Compare May 22, 2025 14:06
@doug-q doug-q marked this pull request as ready for review May 22, 2025 14:09
@doug-q doug-q requested review from aborgna-q, cqc-alec, ss2165, doug-q and a team as code owners May 22, 2025 14:09
@hugrbot hugrbot force-pushed the release-plz-2025-05-19T10-11-05Z branch from 22ade8e to 018884f Compare May 22, 2025 14:25
@doug-q doug-q added this pull request to the merge queue May 22, 2025
Merged via the queue into main with commit 3f7f886 May 22, 2025
20 checks passed
@doug-q doug-q deleted the release-plz-2025-05-19T10-11-05Z branch May 22, 2025 15:31
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