Skip to content

Releases: CQCL/tket2

tket2-exts: v0.3.0

16 Dec 17:17
5373260
Compare
Choose a tag to compare

0.3.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.

Miscellaneous Chores

tket2-eccs: v0.3.0

16 Dec 17:26
2cfb322
Compare
Choose a tag to compare

0.3.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.

Features

  • move extensions to auxillary package (#682) (dd78f9a)

Reverts

Miscellaneous Chores

tket2-exts: v0.2.0

02 Dec 14:33
b37851f
Compare
Choose a tag to compare

0.2.0 (2024-12-02)

⚠ BREAKING CHANGES

  • 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)

Code Refactoring

tket2-py: v0.5.1

29 Nov 16:44
3edc92d
Compare
Choose a tag to compare

0.5.1 (2024-11-29)

Bug Fixes

  • Remove use of removed auto_rebase_pass (#708) (ea122a7)

tket2-py: v0.5.0

15 Nov 10:59
fef6e0d
Compare
Choose a tag to compare

0.5.0 (2024-11-11)

⚠ BREAKING CHANGES

  • Removed load_guppy_* methods. Use Circuit::load_function_reader instead.

Features

  • move extensions to auxillary package (#682) (dd78f9a)
  • Track circuit extensions and read/write packages (#680) (5e87dd9)

tket2-exts: v0.1.1

05 Nov 15:38
23fb63c
Compare
Choose a tag to compare

0.1.1 (2024-11-05)

Documentation

tket2-exts v0.1.0

05 Nov 15:02
dd78f9a
Compare
Choose a tag to compare

Package for holding and versioning tket2 HUGR extensions

tket2: v0.6.0

15 Oct 10:22
97df4c5
Compare
Choose a tag to compare

New Features

  • (badger) cx and rz const functions and strategies for LexicographicCostFunction (#625)
  • Add tket2.rotation.from_halfturns_unchecked op (#640)
  • [breaking] update to hugr 0.13.0 (#645)
  • Decode pytket op parameters (#644)
  • re-export hugr crate (#652)
  • Extract pytket parameters to input wires (#661)

Refactor

  • [breaking] Remove deprecated exports (#662)

tket2-hseries: v0.6.0

15 Oct 10:23
97df4c5
Compare
Choose a tag to compare

New Features

  • [breaking] HSeriesPass lowers Tk2Ops into HSeriesOps (#602)
  • [breaking] simplify angle extension in to a half turns rotation type (#611)

tket2-py: v0.4.1

10 Oct 17:03
aeb2839
Compare
Choose a tag to compare

0.4.1 (2024-10-10)

Features

  • Add tket2.rotation.from_halfturns_unchecked op (#640) (86ffe64)