hugr-py: v0.11.0
0.11.0 (2025-03-14)
⚠ BREAKING CHANGES
- Lift op in prelude replaced with a Barrier that behaves similarly except does not add any extensions.
Features
- Add collections.static_array extension. (#1964) (fdcd48a)
- Add float <--> int bytecasting ops to conversions extension (#1956) (fa1bf86)
- Generic HUGR serialization with envelopes (6710e5f)
- replace
Lift
withBarrier
(#1952) (4e6b6d8)