Skip to content

hugr-py: v0.11.0

Compare
Choose a tag to compare
@hugrbot hugrbot released this 14 Mar 17:06
bf0e271

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 with Barrier (#1952) (4e6b6d8)

Bug Fixes