Releases: CQCL/tket2
Releases · CQCL/tket2
tket2-exts: v0.3.0
tket2-eccs: v0.3.0
0.3.0 (2024-12-16)
⚠ BREAKING CHANGES
- Updated
hugr
rust dependency to0.14.0
Extension are now defined inhugr 0.14
style. Replaced theROTATION_TYPE
with a method call, and dropped the per-extension registry definitions.
Features
Reverts
Miscellaneous Chores
tket2-exts: v0.2.0
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
Code Refactoring
tket2-py: v0.5.1
tket2-py: v0.5.0
tket2-exts: v0.1.1
tket2-exts v0.1.0
Package for holding and versioning tket2 HUGR extensions
tket2: v0.6.0
New Features
- (badger)
cx
andrz
const functions and strategies forLexicographicCostFunction
(#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)