Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 0.34.0 #115

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Changelog
~~~~~~~~~

Unreleased
----------
0.34.0 (August 2024)
--------------------

* Implement new aqt api
* Fix handling of ``simplify_initial`` kwarg in ``process_circuits()``.
* Updated Qiskit AQT Provider to v1.8.
* Updated pytket version requirement to 1.31.

0.33.0 (March 2024)
-------------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytket-aqt"
version = "0.33.0"
version = "0.34.0"
description = "Extension for pytket, providing access to AQT backends"
authors = ["TKET development team <[email protected]>"]
license = "Apache 2"
Expand All @@ -27,7 +27,7 @@ classifiers= [

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
pytket = "^1.26"
pytket = "^1.31"
requests = "^2.22"
types-requests = "*"
pydantic = "^2.0"
Expand Down