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

Prepare 0.9.0 release #679

Merged
merged 3 commits into from
Sep 10, 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
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
name: qiskit-addon-cutting-htmldocs
path: ./artifact
- name: Deploy docs
if: ${{ github.ref == 'refs/heads/stable/0.7' }}
if: ${{ github.ref == 'refs/heads/stable/0.9' }}
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pull_request_rules:
actions:
backport:
branches:
- stable/0.7
- stable/0.9
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "qiskit-addon-cutting"
version = "0.9.0.dev"
version = "0.9.0"
description = "Reduce width and depth of quantum circuits by cutting gates and wires."
readme = "README.md"
license = {file = "LICENSE.txt"}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
upgrade:
- |
CKT now requires updated versions of some dependencies: ``qiskit``
This package now requires updated versions of some dependencies: ``qiskit``
1.1 or later, and ``qiskit-ibm-runtime`` 0.24.0 or later.
6 changes: 6 additions & 0 deletions releasenotes/notes/0.9/prepare-0.9.0-6642e0bf18e2f66c.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
prelude:

The most notable change in this release is that the package has been
renamed to ``qiskit-cutting-addon``. It also marks the removal of
this package's original implementation of wire cutting, CutQC.