Skip to content

guppylang: v0.21.9

Choose a tag to compare

@hugrbot hugrbot released this 18 Feb 16:44
968914c

0.21.9 (2026-02-18)

Features

  • Add function to swap two array elements that lowers to hugr swap op (#1459) (15da521)
  • Add missing bool methods (rxor, rand, ror) (#1498) (6078136)
  • Allow panicking with different signal values (#1461) (e624d4f)
  • Compile time array bounds check for literal indices (#1438) (d2dd890)
  • Lower nat to int conversion to iu_to_s hugr op (#1480) (2ba5720)
  • Make tket a non-optional dependency (#1440) (4af4360)

Bug Fixes

  • Improve docstring formatting array methods (#1499) (4b8ce4c)
  • Upgrade selene-sim version to fix state ordering bug (#1444) (d976df9)

Documentation