Skip to content

Commit 1e70d2b

Browse files
JerryChen97DSGuala
andauthored
v0.43.1-rc0 fix: two more doc changes (#8597)
**Context:** We revised the change-log before shipping this bug-fix release 0.43.1 **Description of the Change:** **Benefits:** **Possible Drawbacks:** **Related GitHub Issues:** --------- Co-authored-by: Diego <67476785+DSGuala@users.noreply.github.com>
1 parent 0ca6a5a commit 1e70d2b

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

‎.github/workflows/documentation-tests.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
python -m pip install --upgrade pip
4848
pip install --upgrade setuptools
49-
pip install --upgrade --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ --pre pennylane-catalyst
49+
pip install pennylane-catalyst==0.13
5050
pip install -e .
5151
pip install sybil pytest "jax~=0.6.0" "jaxlib~=0.6.0" torch matplotlib
5252

‎.github/workflows/interface-dependency-versions.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ jobs:
6363

6464
- name: Nightly Catalyst Version
6565
id: catalyst
66-
run: echo "nightly=--index https://test.pypi.org/simple/ --prerelease=allow --upgrade-package PennyLane-Catalyst PennyLane-Catalyst" >> $GITHUB_OUTPUT
66+
run: echo "nightly=--upgrade-package PennyLane-Catalyst PennyLane-Catalyst" >> $GITHUB_OUTPUT
6767

6868
- name: PennyLane-Lightning Latest Version
6969
id: pennylane-lightning
70-
run: echo "latest=--index https://test.pypi.org/simple/ --prerelease=allow --upgrade-package PennyLane-Lightning PennyLane-Lightning" >> $GITHUB_OUTPUT
70+
run: echo "latest=--upgrade-package PennyLane-Lightning PennyLane-Lightning" >> $GITHUB_OUTPUT
7171

7272
outputs:
7373
catalyst-jax-version: jax==${{ steps.catalyst-jax.outputs.version }} jaxlib==${{ steps.catalyst-jax.outputs.version }}

‎doc/development/release_notes.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Release notes
33

44
This page contains the release notes for PennyLane.
55

6+
.. mdinclude:: ../releases/changelog-0.43.1.md
7+
68
.. mdinclude:: ../releases/changelog-0.43.0.md
79

810
.. mdinclude:: ../releases/changelog-0.42.3.md

‎doc/releases/changelog-0.43.0.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Release 0.43.0 (current release)
2+
# Release 0.43.0
33

44
<h3>New features since last release</h3>
55

‎doc/releases/changelog-0.43.1.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11

2-
# Release 0.43.1
2+
# Release 0.43.1 (current release)
33

44
<h3>Bug fixes 🐛</h3>
55

6-
* Fixes a bug where mid-circuit measurements were generating incomplete QASM.
6+
* Fixed a bug in the output of :func:`~pennylane.to_openqasm`, where the `creg` declaration for mid-circuit measurements was missing
7+
a semicolon and leading to invalid QASM.
78
[(#8556)](https://github.com/PennyLaneAI/pennylane/pull/8556)
89

910
<h3>Contributors ✍️</h3>
1011

1112
This release contains contributions from (in alphabetical order):
1213

1314
Yushao Chen,
14-
nate stemen.
15+
Marcus Edwards,
16+
Nate Stemen.

0 commit comments

Comments
 (0)