From 54dc3deeb96eba3658de876569a16483326d0950 Mon Sep 17 00:00:00 2001 From: Pablo Andres-Martinez <104848389+PabloAndresCQ@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:57:23 +0000 Subject: [PATCH] Updated changelog and bump version (#189) Preparing for release 0.10.2 --------- Co-authored-by: Alec Edgington <54802828+cqc-alec@users.noreply.github.com> --- _metadata.py | 2 +- docs/changelog.rst | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_metadata.py b/_metadata.py index b92671d..ccf82d3 100644 --- a/_metadata.py +++ b/_metadata.py @@ -1,2 +1,2 @@ -__extension_version__ = "0.10.1" +__extension_version__ = "0.10.2" __extension_name__ = "pytket-cutensornet" diff --git a/docs/changelog.rst b/docs/changelog.rst index 5b27cf4..da671d9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,9 +3,11 @@ Changelog ~~~~~~~~~ -0.10.2 (unreleased) -------------------- +0.10.2 (February 2025) +---------------------- +* Small performance improvements on non-adjacent two-qubit gate application. +* Contrained pytket version to 1.x. * Updated pytket version requirement to 1.39. 0.10.1 (December 2024)