Skip to content

Commit

Permalink
Melf/release 0 63 0 (#455)
Browse files Browse the repository at this point in the history
* update pytket version

* update changelog

* update version
  • Loading branch information
cqc-melf authored Jan 24, 2025
1 parent 7169cfa commit 2b358b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.62.0"
__extension_version__ = "0.63.0"
__extension_name__ = "pytket-qiskit"
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

# Changelog

## 0.63.0 (January 2025) - UNRELEASED
## 0.63.0 (January 2025)

- Support conversion of qiskit circuits containing `IfElseOp` in the {py:func}`qiskit_to_tk` converter. Note: Only conditions on a single bit are supported currently. Handling of more general conditions will be added in future.
- Reject circuits containing nested conditionals when converting to qiskit.
- Update pytket version requirement to 1.38.0.
- Update pytket version requirement to 1.39.0.
- Add support for fractional gates on backends that support them.

## 0.62.0 (December 2024)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=[
"pytket >= 1.38.0",
"pytket >= 1.39.0",
"qiskit ~= 1.3.1",
"qiskit-ibm-runtime >= 0.30.0",
"qiskit-aer >= 0.15.1",
Expand Down

0 comments on commit 2b358b5

Please sign in to comment.