Skip to content

Commit b4548aa

Browse files
authored
Release 0.57.0 (#396)
* update changelog * update version * update pytket version
1 parent 5c8e139 commit b4548aa

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

_metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__extension_version__ = "0.56.0"
1+
__extension_version__ = "0.57.0"
22
__extension_name__ = "pytket-qiskit"

docs/changelog.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
.. currentmodule:: pytket.extensions.qiskit
2+
13
Changelog
24
~~~~~~~~~
35

4-
.. currentmodule:: pytket.extensions.qiskit
6+
0.57.0 (October 2024)
7+
---------------------
58

6-
Unreleased
7-
----------
9+
* Updated pytket version requirement to 1.33.
810
* Added handling of generalised controlled gates to :py:func:`qiskit_to_tk` and :py:func:`tk_to_qiskit`. The `control_state` is handled directly instead of using additional `X` gates.
911
* A controlled :py:class:`UnitaryGate` will now be converted to a pytket controlled unitary box by :py:func:`qiskit_to_tk` instead of a controlled :py:class:`~pytket.circuit.CircBox` with a unitary box inside.
1012

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
packages=find_namespace_packages(include=["pytket.*"]),
4545
include_package_data=True,
4646
install_requires=[
47-
"pytket >= 1.30.0",
47+
"pytket >= 1.33.0",
4848
"qiskit >= 1.2.0",
4949
"qiskit-ibm-runtime >= 0.24.1",
5050
"qiskit-aer >= 0.14.2",

0 commit comments

Comments
 (0)