From 46e6b3ba0c7d6af16977eab642271ea86fe50e29 Mon Sep 17 00:00:00 2001 From: PabloAndresCQ Date: Wed, 20 Dec 2023 11:47:00 +0000 Subject: [PATCH 1/8] Updating pytket requirement to 1.22 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 38582feb..e849b2c4 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ license="Apache 2", packages=find_namespace_packages(include=["pytket.*"]), include_package_data=True, - install_requires=["pytket ~= 1.11"], + install_requires=["pytket ~= 1.22"], classifiers=[ "Environment :: Console", "Programming Language :: Python :: 3.9", From 82da3013c6edc38f554a2dd41710ee596274e19a Mon Sep 17 00:00:00 2001 From: PabloAndresCQ Date: Wed, 20 Dec 2023 12:07:31 +0000 Subject: [PATCH 2/8] Updated metadata to 0.5.0 and changelog --- _metadata.py | 2 +- docs/changelog.rst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_metadata.py b/_metadata.py index 9669f116..500ed3c5 100644 --- a/_metadata.py +++ b/_metadata.py @@ -1,2 +1,2 @@ -__extension_version__ = "0.4.0" +__extension_version__ = "0.5.0" __extension_name__ = "pytket-cutensornet" diff --git a/docs/changelog.rst b/docs/changelog.rst index 892af085..3f4f6046 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ~~~~~~~~~ +0.5.0 (December 2023) +--------------------- + +* ``MPS`` simulation with fixed ``truncation_fidelity`` now uses the corresponding truncation primitive from cuQuantum (v23.10). + 0.4.0 (October 2023) -------------------- From 3e8bb5c26c126e47b8cfd92b5f0ff9754e04d99b Mon Sep 17 00:00:00 2001 From: Melf Date: Wed, 20 Dec 2023 15:43:21 +0000 Subject: [PATCH 3/8] fix workflow --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index e4661dc1..f103e89d 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -54,7 +54,7 @@ jobs: - uses: actions/upload-artifact@v4 if: github.event_name == 'release' || contains(github.ref, 'refs/heads/wheel') with: - name: artefacts + name: artefacts-${{ matrix.os }} path: wheelhouse/ - name: Install docs dependencies if: (matrix.os == 'ubuntu-22.04') && (github.event_name == 'pull_request' || github.event_name == 'schedule' ) From 2ab5e820375833f9d7114b471a3f12997441da82 Mon Sep 17 00:00:00 2001 From: Melf Date: Wed, 20 Dec 2023 15:45:55 +0000 Subject: [PATCH 4/8] update version and changelog --- docs/changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3f4f6046..dfc4196f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,11 +1,12 @@ Changelog ~~~~~~~~~ -0.5.0 (December 2023) +0.5.1 (December 2023) --------------------- * ``MPS`` simulation with fixed ``truncation_fidelity`` now uses the corresponding truncation primitive from cuQuantum (v23.10). + 0.4.0 (October 2023) -------------------- From e3eeb03a152665fbb258b0a5aa154c1c09d90dcd Mon Sep 17 00:00:00 2001 From: Melf Date: Wed, 20 Dec 2023 15:47:14 +0000 Subject: [PATCH 5/8] add pytket to changelog --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index dfc4196f..965bd432 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,7 +5,7 @@ Changelog --------------------- * ``MPS`` simulation with fixed ``truncation_fidelity`` now uses the corresponding truncation primitive from cuQuantum (v23.10). - +* Updated pytket version requirement to 1.22. 0.4.0 (October 2023) -------------------- From 1db3eb85d90e2beb998caf5788e872dd84c1686f Mon Sep 17 00:00:00 2001 From: Melf Date: Wed, 20 Dec 2023 15:49:42 +0000 Subject: [PATCH 6/8] update version in metadata --- _metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_metadata.py b/_metadata.py index 500ed3c5..b3592a75 100644 --- a/_metadata.py +++ b/_metadata.py @@ -1,2 +1,2 @@ -__extension_version__ = "0.5.0" +__extension_version__ = "0.5.1" __extension_name__ = "pytket-cutensornet" From fb2243e66e3c50cb7883a67153457d7227a8addc Mon Sep 17 00:00:00 2001 From: PabloAndresCQ Date: Wed, 20 Dec 2023 16:04:15 +0000 Subject: [PATCH 7/8] Updated metadata and changelog --- _metadata.py | 2 +- docs/changelog.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_metadata.py b/_metadata.py index b3592a75..ddd08248 100644 --- a/_metadata.py +++ b/_metadata.py @@ -1,2 +1,2 @@ -__extension_version__ = "0.5.1" +__extension_version__ = "0.5.2" __extension_name__ = "pytket-cutensornet" diff --git a/docs/changelog.rst b/docs/changelog.rst index 965bd432..736b1b81 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,7 +1,7 @@ Changelog ~~~~~~~~~ -0.5.1 (December 2023) +0.5.2 (December 2023) --------------------- * ``MPS`` simulation with fixed ``truncation_fidelity`` now uses the corresponding truncation primitive from cuQuantum (v23.10). From 20b46a11b402b41548b208021b7e83ff0c15a92f Mon Sep 17 00:00:00 2001 From: Alec Edgington Date: Thu, 4 Jan 2024 13:10:47 +0000 Subject: [PATCH 8/8] Correct URL for documentation. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 38582feb..ddf24302 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ author_email="tket-support@cambridgequantum.com", python_requires=">=3.9", project_urls={ - "Documentation": "https://tket.quantinuum.com/extensions/pytket-cutensornet/api/index.html", + "Documentation": "https://tket.quantinuum.com/extensions/pytket-cutensornet/index.html", "Source": "https://github.com/CQCL/pytket-cutensornet", "Tracker": "https://github.com/CQCL/pytket-cutensornet/issues", },