diff --git a/_metadata.py b/_metadata.py index 456fd809..9fb38135 100644 --- a/_metadata.py +++ b/_metadata.py @@ -1,2 +1,2 @@ -__extension_version__ = "0.51.1rc0" +__extension_version__ = "0.52.0" __extension_name__ = "pytket-qiskit" diff --git a/docs/changelog.rst b/docs/changelog.rst index 48a2f816..de2dfec4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,19 +1,15 @@ Changelog ~~~~~~~~~ -Unreleased ----------- - -* Add `IBMQBackend.default_compilation_pass_static` for offline compilation given config and props objects. -* Add `DirectednessPredicate` to IBMQBackend -* Default compilation pass of IBMQBackend will keep ECR gates in the direction required by the backend. - -0.51.1rc0 (April 2024) ----------------------- +0.52.0 (April 2024) +------------------- * Update pytket version requirement to 1.26. * Update qiskit-aer version requirement to 0.14. * Update conversion to qiskit to use symengine for symbolic circuits +* Add `IBMQBackend.default_compilation_pass_offline` for offline compilation given config and props objects. +* Add `DirectednessPredicate` to IBMQBackend +* Default compilation pass of IBMQBackend will keep ECR gates in the direction required by the backend. 0.51.0 (March 2024) -------------------