Skip to content

tket2-py: v0.6.0

Compare
Choose a tag to compare
@hugrbot hugrbot released this 16 Dec 17:36
95090a2

0.6.0 (2024-12-16)

⚠ BREAKING CHANGES

  • Updated hugr rust dependency to 0.14.0 Extension are now defined in hugr 0.14 style. Replaced the ROTATION_TYPE with a method call, and dropped the per-extension registry definitions.
  • all references to "hseries" including extension, modules and structs renamed to "qsystem"
  • hseries qalloc op replaced with fallible TryQalloc

Features

  • update measurement and alloc operations (#702) (a7a0201)

Miscellaneous Chores

Code Refactoring