Skip to content

Commit

Permalink
Prepare 0.7.3 release (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison authored Jul 17, 2024
1 parent 932df46 commit 6aff8fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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 = "circuit-knitting-toolbox"
version = "0.7.2"
version = "0.7.3"
description = "A software prototype for a circuit knitting toolbox which connects user applications with runtime primitives"
readme = "README.md"
license = {file = "LICENSE.txt"}
Expand Down
12 changes: 12 additions & 0 deletions releasenotes/notes/0.7/prepare-0.7.3-86eeb02864cf60b0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
prelude: |
The 0.7.3 release fixes the circuit cutting code to be compatible
with the forthcoming Qiskit 1.2 release. It also pins numpy to
version 1.X, as DOCplex (which is used by the legacy CutQC
implementation) is incompatible with numpy 2.0.
fixes:
- |
The circuit cutting module now uses a stringified UUID instead of
a ``UUID`` object when it needs to generate a unique label for
circuit barriers during processing, as the forthcoming Qiskit 1.2
release requires that labels always be a string.

0 comments on commit 6aff8fa

Please sign in to comment.