Skip to content

Commit

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

* Add dots

* Deploy docs from `stable/0.4` branch going forward

* Move release notes to `0.4` directory
  • Loading branch information
garrison authored Sep 13, 2023
1 parent 1864583 commit 105821a
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
name: html_docs
path: ./docs/_build/html
- name: Deploy docs
if: ${{ github.ref == 'refs/heads/stable/0.3' }}
if: ${{ github.ref == 'refs/heads/stable/0.4' }}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
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.3.0"
version = "0.4.0"
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
7 changes: 7 additions & 0 deletions releasenotes/notes/0.4/prepare-0.4-4781e468fe35315c.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
prelude: |
The primary goal of this release is to modify the circuit cutting
workflow to enable direct use of the Sampler primitive. Previously,
the Sampler was called in :func:`.execute_experiments`, a function
which is now deprecated in favor of
:func:`.generate_cutting_experiments`.

0 comments on commit 105821a

Please sign in to comment.