Skip to content

Commit

Permalink
Release/0.3.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Oct 29, 2024
1 parent 6570bf2 commit d1a5d48
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 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.2.0"
__extension_version__ = "0.3.0"
__extension_name__ = "pytket-azure"
8 changes: 6 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
Changelog
~~~~~~~~~

Unreleased
----------
0.3.0 (October 2024)
--------------------

* Add connection for Azure Quantum workspace using access key ``connection_string``.
* Update minimum azure-quantum version to 2.2.0.
* Update minimum pytket version to 1.34.0.
* Update minimum pytket-qiskit version to 0.58.0.


0.2.0 (October 2024)
---------------------
Expand Down
2 changes: 0 additions & 2 deletions pytket/extensions/azure/_metadata.py

This file was deleted.

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=[
"azure-quantum >= 2.0.1",
"pytket >= 1.33.0",
"pytket-qiskit >= 0.54.1",
"azure-quantum >= 2.2.0",
"pytket >= 1.34.0",
"pytket-qiskit >= 0.58.0",
"qiskit-qir >= 0.5.0",
],
classifiers=[
Expand Down

0 comments on commit d1a5d48

Please sign in to comment.