Skip to content

Commit

Permalink
Merge pull request #62 from CQCL/release/0.5.1
Browse files Browse the repository at this point in the history
Release/0.5.1
  • Loading branch information
PabloAndresCQ authored Dec 20, 2023
2 parents 1455cb7 + 1db3eb8 commit 8513638
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' )
Expand Down
2 changes: 1 addition & 1 deletion _metadata.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__extension_version__ = "0.5.0"
__extension_version__ = "0.5.1"
__extension_name__ = "pytket-cutensornet"
3 changes: 2 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
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).
* Updated pytket version requirement to 1.22.

0.4.0 (October 2023)
--------------------
Expand Down

0 comments on commit 8513638

Please sign in to comment.