Skip to content

Commit

Permalink
Prepare 0.7.2 release (#590)
Browse files Browse the repository at this point in the history
* Prepare 0.7.2 release

* Bump version

* Move release notes

* Move perf enhancement to "other notes"

it's not really relevant when upgrading
  • Loading branch information
garrison authored May 15, 2024
1 parent 0accd7a commit a86dd7d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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.1"
version = "0.7.2"
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
upgrade:
other:
- |
The search engine inside the automated cut-finder has been primed to avoid extraneous searches and is therefore expected to run faster.
6 changes: 6 additions & 0 deletions releasenotes/notes/0.7/prepare-0.7.2-5702382380426d96.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
prelude: |
The 0.7.2 release includes two improvements to the automated cut
finder: a performance enhancement, and a fix to a bug that occurs
when the cut finder finds a solution where both incoming wires to a
gate are to be cut.

0 comments on commit a86dd7d

Please sign in to comment.