Skip to content

Commit

Permalink
Bump version and update changelog for 1.34.0 release (#1637)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Oct 24, 2024
1 parent 94de5fa commit b1f15f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
(import ./nix-support/symengine.nix)
(import ./nix-support/tket.nix)
(import ./nix-support/third-party-python-packages.nix)
(import ./nix-support/pytket.nix { package_version = "1.33.0"; })
(import ./nix-support/pytket.nix { package_version = "1.34.0"; })
];
};
in {
Expand Down
10 changes: 3 additions & 7 deletions pytket/docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
Changelog
=========

1.33.2 (Unreleased)
-------------------
1.34.0 (October 2024)
---------------------

Features:

* Add new `ClExprOp` operation type as an alternative to `ClassicalExpBox`; add
option to use this when converting from QASM.
* Several updates to `GreedyPauliSimp`:

* Support for mid-circuit measurements, resets, conditionals,
and classical gates.

* Support for mid-circuit measurements, resets, conditionals, and classical gates.
* New parameters `max_lookahead` and `max_tqe_candidates` are added
to limit the search space.

* New parameter `seed` is added to support random sampling and tie breaking.

* New parameter `allow_zzphase` allows the algorithm to implement 2-qubit rotations
using ZZPhase gates when deemed optimal.

Expand Down

0 comments on commit b1f15f9

Please sign in to comment.