Skip to content

v0.2.0

Latest

Choose a tag to compare

@hugrbot hugrbot released this 17 Sep 16:30
218fae1

0.2.0 (2026-09-17)

⚠ BREAKING CHANGES

  • Make ancillas argument optional, rename to n_impl_ancillas (#412)
  • Replace num_ prefix with n_ for consistency (#409)
  • Make identity_code a private function (#392)

Features

  • Add ComparatorRzDecomposer pass to the decompose module (#401) (4c94ca9)
  • Return bytes from implement ops and encode (#382) (c587e14)

Bug Fixes

  • Call _impl function with map_global in qec_cycle for Steane encoding (#394) (84faa3a)

Documentation

  • Add changelog and GitHub link to the sphinx docs (#396) (bd5e134)
  • Example notebook to demonstrate ComparatorRzDecomposer with Steane architecture (#403) (fcd130e)
  • Export extension modules to allow API doc generation (#386) (5ba0161)
  • Fix API references for Steane (#410) (6e5ac5f)
  • Improve the documentation of verify and code_def modules (#340) (d1f137a)
  • Recommend using guppyft.verify in the architecture developer guide (#400) (7ac0c7f)
  • Set Ruff pydocstyle to Google style and update all docstrings (#391) (1a7c67d)

Code Refactoring

  • Make identity_code a private function (#392) (14fff93)
  • Make ancillas argument optional, rename to n_impl_ancillas (#412) (f5e24f4)
  • Replace num_ prefix with n_ for consistency (#409) (96ef34e)