Skip to content

Releases: CQCL/tket2

tket2: v0.8.0

18 Mar 10:27
51097d6
Compare
Choose a tag to compare

New Features

  • [breaking] Use hugr envelopes to store/load circuits (#813)

tket2-py: v0.8.1

18 Mar 12:06
e0d9af6
Compare
Choose a tag to compare

0.8.1 (2025-03-18)

Features

  • Update tket2-exts extension to 0.6.0 (e358bb1)

tket2-py: v0.8.0

18 Mar 09:57
7f61db8
Compare
Choose a tag to compare

0.8.0 (2025-03-17)

⚠ BREAKING CHANGES

  • pre-envelope Circuit serialisation functions are deprecated.
  • Node is now an associated type of HugrView Circuit::load_function_reader takes a BufRead rather than Read
  • tket2-hseries: Make UtilsOp enum non_exhaustive so that future additions are not considered API-breaking.

Features

  • Add methods to en/decode from bytes (#807) (3e76fd2)
  • Use hugr envelopes to store/load circuits (#813) (2940b2e)

Bug Fixes

  • tket2-hseries: rm unneeded ext, make UtilsOp enum non_exhaustive (#797) (8c3ee89)

Miscellaneous Chores

  • bump to hugr-rs 0.15 and hugr-py 0.11 (#806) (f3bfaae)

tket2-hseries: v0.11.0

18 Mar 10:28
51097d6
Compare
Choose a tag to compare

Bug Fixes

  • [breaking] Remove OrderInZones operation. Make UtilsOp enum non_exhaustive (#797)

New Features

  • Lower tk2 ops using function calls (#812)

tket2-exts: v0.6.0

18 Mar 10:31
e358bb1
Compare
Choose a tag to compare

0.6.0 (2025-03-18)

⚠ BREAKING CHANGES

  • pre-envelope Circuit serialisation functions are deprecated.
  • Node is now an associated type of HugrView Circuit::load_function_reader takes a BufRead rather than Read
  • tket2-hseries: Make UtilsOp enum non_exhaustive so that future additions are not considered API-breaking.

Features

  • Use hugr envelopes to store/load circuits (#813) (2940b2e)

Bug Fixes

  • tket2-hseries: rm unneeded ext, make UtilsOp enum non_exhaustive (#797) (8c3ee89)

Miscellaneous Chores

  • bump to hugr-rs 0.15 and hugr-py 0.11 (#806) (f3bfaae)

tket2-py: v0.7.0

06 Mar 18:53
f16cf7c
Compare
Choose a tag to compare

0.7.0 (2025-03-06)

⚠ BREAKING CHANGES

  • tket2-py: Adds OrderInZones to tket2.qsystem.utils

Features

  • tket2-py: bump tket2_exts constraint (#794) (520e950)

tket2-hseries: v0.10.0

06 Mar 19:27
a7bc016
Compare
Choose a tag to compare

Bug Fixes

  • [breaking] remove type argument from RNGContext type, swap returns (#786)

New Features

  • (tket2-hseries) [breaking] Add order_in_zones extension op (#792)

tket2-exts: v0.5.1

06 Mar 18:35
7560029
Compare
Choose a tag to compare

0.5.1 (2025-03-06)

Features

  • Add order_in_zones extension op (3ec7f5d)

tket2-exts: v0.5.0

06 Mar 16:58
007d3ae
Compare
Choose a tag to compare

0.5.0 (2025-03-04)

⚠ BREAKING CHANGES

  • To be compatible with Guppy's convention of implicitly returning self as the second value of the tuple, the following signatures are updated:
-   /// `fn random_int(RNGContext) -> (RNGContext, u32)`
+   /// `fn random_int(RNGContext) -> (u32, RNGContext)`

-   /// `fn random_float(RNGContext) -> (RNGContext, f32)`
+   /// `fn random_float(RNGContext) -> (f32, RNGContext)`

-   /// `fn random_int_bounded(RNGContext, bound: u32) -> (RNGContext, u32)`
+   /// `fn random_int_bounded(RNGContext, bound: u32) -> (u32, RNGContext)`

Bug Fixes

  • remove type argument from RNGContext type, swap returns (#786) (633ebd7)

tket2: v0.7.3

25 Feb 12:09
c89ced7
Compare
Choose a tag to compare

Bug Fixes

  • remove unicode pi symbols in rotation extension (#743)