Skip to content

Commit

Permalink
Release 0.7.1 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloAndresCQ authored Aug 1, 2024
1 parent 1c5d293 commit 26ceff7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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.7.0"
__extension_version__ = "0.7.1"
__extension_name__ = "pytket-cutensornet"
5 changes: 3 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Changelog
~~~~~~~~~

Unreleased
----------
0.7.1 (July 2024)
-----------------

* New official `documentation site <https://tket.quantinuum.com/extensions/pytket-cutensornet/>`_.
* Backend methods can now be given a ``scratch_fraction`` argument to configure the amount of GPU memory allocated to cuTensorNet contraction. Users can also configure the values of the ``StateAttribute`` and ``SamplerAttribute`` from cuTensornet via the backend interface.
* Fixed a bug causing the logger to fail displaying device properties.

Expand Down

0 comments on commit 26ceff7

Please sign in to comment.