From 384aa52f41f19457f810bf33ef0c715dd7b8774d Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Wed, 15 May 2024 12:03:13 -0400 Subject: [PATCH 1/4] Prepare 0.7.2 release --- releasenotes/notes/prepare-0.7.2-5702382380426d96.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/prepare-0.7.2-5702382380426d96.yaml diff --git a/releasenotes/notes/prepare-0.7.2-5702382380426d96.yaml b/releasenotes/notes/prepare-0.7.2-5702382380426d96.yaml new file mode 100644 index 000000000..f3394f036 --- /dev/null +++ b/releasenotes/notes/prepare-0.7.2-5702382380426d96.yaml @@ -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. From e16c481f266ade06a22c3f9e6de2634f7aa87643 Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Wed, 15 May 2024 12:50:18 -0400 Subject: [PATCH 2/4] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b75d8a6da..428dc9fdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"} From 639746b2155903b2558e7afea65db2198ec579ca Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Wed, 15 May 2024 13:35:27 -0400 Subject: [PATCH 3/4] Move release notes --- .../notes/{ => 0.7}/cut-finder-enhancement-1e1d37174d7a8860.yaml | 0 releasenotes/notes/{ => 0.7}/prepare-0.7.2-5702382380426d96.yaml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename releasenotes/notes/{ => 0.7}/cut-finder-enhancement-1e1d37174d7a8860.yaml (100%) rename releasenotes/notes/{ => 0.7}/prepare-0.7.2-5702382380426d96.yaml (100%) diff --git a/releasenotes/notes/cut-finder-enhancement-1e1d37174d7a8860.yaml b/releasenotes/notes/0.7/cut-finder-enhancement-1e1d37174d7a8860.yaml similarity index 100% rename from releasenotes/notes/cut-finder-enhancement-1e1d37174d7a8860.yaml rename to releasenotes/notes/0.7/cut-finder-enhancement-1e1d37174d7a8860.yaml diff --git a/releasenotes/notes/prepare-0.7.2-5702382380426d96.yaml b/releasenotes/notes/0.7/prepare-0.7.2-5702382380426d96.yaml similarity index 100% rename from releasenotes/notes/prepare-0.7.2-5702382380426d96.yaml rename to releasenotes/notes/0.7/prepare-0.7.2-5702382380426d96.yaml From 5ec2ece7fdd38e52c79e239ac644caef42c2e524 Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Wed, 15 May 2024 13:40:10 -0400 Subject: [PATCH 4/4] Move perf enhancement to "other notes" it's not really relevant when upgrading --- .../notes/0.7/cut-finder-enhancement-1e1d37174d7a8860.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/0.7/cut-finder-enhancement-1e1d37174d7a8860.yaml b/releasenotes/notes/0.7/cut-finder-enhancement-1e1d37174d7a8860.yaml index 2b5ce2ec6..a20abc4cb 100644 --- a/releasenotes/notes/0.7/cut-finder-enhancement-1e1d37174d7a8860.yaml +++ b/releasenotes/notes/0.7/cut-finder-enhancement-1e1d37174d7a8860.yaml @@ -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.