From 3e8bb5c26c126e47b8cfd92b5f0ff9754e04d99b Mon Sep 17 00:00:00 2001 From: Melf Date: Wed, 20 Dec 2023 15:43:21 +0000 Subject: [PATCH 1/4] 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 2/4] 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 3/4] 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 4/4] 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"