Skip to content

Conversation

hugrbot
Copy link
Collaborator

@hugrbot hugrbot commented May 14, 2025

This release contains a big list of changes reworking multiple core definitions of HUGR.
Some of these changes include:

  • 🧹 Cleanup of the internal hugr traits, making it possible to create virtual
    Hugrs that are not backed by a portgraph or use different node index types.
  • 🚪 The functional root of a Hugr is now called the entrypoint. This node may
    exist somewhere inside the region hierarchy, so we can now model edges that
    connect beyond the descendants of the entrypoint.
  • 🌲 The hugr region hierarchy is now always rooted by a Module operation.
  • ✂ Made SimpleReplacement even simpler and easy to use.
  • 🔧 The Rewrite trait has been split into VerifyPatch and Patch parts.
  • ✉️ Hugr and package serialization is now done entirely using Envelopes. We
    provide some backward-compatibility layers that will be removed in the future.
  • 🦀 The Minimum Supported Rust Version (MSRV) has been updated to 1.85.

🤖 New release

  • hugr-model: 0.19.0 -> 0.20.0 (⚠ API breaking changes)
  • hugr-core: 0.15.4-> 0.20.0 (⚠ API breaking changes)
  • hugr-llvm: 0.15.4 -> 0.20.0 (⚠ API breaking changes)
  • hugr-passes: 0.15.4 -> 0.20.0 (⚠ API breaking changes)
  • hugr: 0.15.4-> 0.20.0 (⚠ API breaking changes)
  • hugr-cli: 0.15.4 -> 0.20.0 (⚠ API breaking changes)

@hugrbot hugrbot added the release Release PR label May 14, 2025
@aborgna-q aborgna-q changed the title chore: release v0.20.0-rc.1 chore: release v0.20.0 May 14, 2025
Copy link

codecov bot commented May 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.03%. Comparing base (b8b11cf) to head (0500e5d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2218   +/-   ##
=======================================
  Coverage   82.03%   82.03%           
=======================================
  Files         230      230           
  Lines       41017    41017           
  Branches    37118    37118           
=======================================
  Hits        33648    33648           
  Misses       5399     5399           
  Partials     1970     1970           
Flag Coverage Δ
python 85.63% <ø> (ø)
rust 81.65% <ø> (ø)

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.

@aborgna-q aborgna-q marked this pull request as ready for review May 14, 2025 15:20
@aborgna-q aborgna-q requested review from a team, aborgna-q, cqc-alec, doug-q and ss2165 as code owners May 14, 2025 15:20
@aborgna-q
Copy link
Collaborator

Open to suggestions for things to add to the high-level change list

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.

:shipit:

Co-authored-by: Alec Edgington <54802828+cqc-alec@users.noreply.github.com>
Co-authored-by: Alec Edgington <54802828+cqc-alec@users.noreply.github.com>
@aborgna-q aborgna-q enabled auto-merge May 14, 2025 15:30
@aborgna-q aborgna-q added this pull request to the merge queue May 14, 2025
Merged via the queue into main with commit 8dbeef7 May 14, 2025
27 checks passed
@aborgna-q aborgna-q deleted the release-plz-2025-05-14T15-14-56Z branch May 14, 2025 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Release PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants