Skip to content

feat(hugr-py)!: Remove extensions field of val.Extension.#2686

Merged
cqc-alec merged 1 commit intomainfrom
ae/rmext
Nov 19, 2025
Merged

feat(hugr-py)!: Remove extensions field of val.Extension.#2686
cqc-alec merged 1 commit intomainfrom
ae/rmext

Conversation

@cqc-alec
Copy link
Copy Markdown
Collaborator

@cqc-alec cqc-alec commented Nov 17, 2025

Closes #2670 .

BREAKING CHANGE: Removes extensions field of val.Extension.

@codecov
Copy link
Copy Markdown

codecov bot commented Nov 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.43%. Comparing base (fcd1026) to head (eaa7af1).
⚠️ Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2686      +/-   ##
==========================================
- Coverage   83.43%   83.43%   -0.01%     
==========================================
  Files         264      264              
  Lines       51601    51600       -1     
  Branches    47069    47069              
==========================================
- Hits        43055    43054       -1     
  Misses       6162     6162              
  Partials     2384     2384              
Flag Coverage Δ
python 91.32% <100.00%> (-0.01%) ⬇️

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.

@cqc-alec cqc-alec marked this pull request as ready for review November 17, 2025 13:00
@cqc-alec cqc-alec requested a review from a team as a code owner November 17, 2025 13:00
@cqc-alec cqc-alec requested a review from acl-cqc November 17, 2025 13:00
@aborgna-q aborgna-q added the S-breaking-change Status: Need a breaking change release to progress label Nov 18, 2025
@aborgna-q aborgna-q added this to the hugr-rs 0.25.0 milestone Nov 18, 2025
Copy link
Copy Markdown
Contributor

@acl-cqc acl-cqc left a comment

Choose a reason for hiding this comment

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

Looks like we were well-prepared for this one ;-). Thanks Alec!

@cqc-alec cqc-alec added this pull request to the merge queue Nov 19, 2025
Merged via the queue into main with commit 911c089 Nov 19, 2025
31 of 32 checks passed
@cqc-alec cqc-alec deleted the ae/rmext branch November 19, 2025 09:44
github-merge-queue bot pushed a commit that referenced this pull request Jan 5, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.15.0](hugr-py-v0.14.2...hugr-py-v0.15.0)
(2026-01-02)


### ⚠ BREAKING CHANGES

* ValueArray is gone, as is LinearizeArrayPass
* **hugr-py:** Removes `extensions` field of `val.Extension`.

### Features

* `collated_digitstring_counts` to extend bitstring collation to digits
([#2788](#2788))
([191c473](191c473))
* **hugr-py:** Remove `extensions` field of `val.Extension`.
([#2686](#2686))
([911c089](911c089))
* Make `ComposablePass.__call__` return a Hugr
([#2697](#2697))
([dbf8c8e](dbf8c8e))
* Result type for ComposablePasses
([#2703](#2703))
([b8df28e](b8df28e))


### Bug Fixes

* **hugr-py:** solved graph rendering with `Const` nodes after
applying`NormalizeGuppy`
([#2744](#2744))
([d996690](d996690))
* set hugr field of `PassResult` correctly
([#2715](#2715))
([d860722](d860722))


### Code Refactoring

* Delete ValueArray
([#2760](#2760))
([b3cdc4e](b3cdc4e))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-breaking-change Status: Need a breaking change release to progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(hugr-py) Remove extensions field of val.Extension

3 participants