-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare 0.24.2 release This commit prepares the 0.24.2 release, this consists of bumping the version number to 0.24.2 in all the appropriate files. It also adds a prelude release note to provide a brief introduction to the release. When this commit merges it should be tagged as the 0.24.2 release. * Update release notes * Revert docs changes * Update releasenotes/notes/fix-basicswap-fakerun-7469835327f6c8a1.yaml Co-authored-by: Jake Lishman <[email protected]> --------- Co-authored-by: Jake Lishman <[email protected]>
- Loading branch information
1 parent
7f287db
commit 163d1bd
Showing
17 changed files
with
33 additions
and
19 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.24.1 | ||
0.24.2 |
4 changes: 2 additions & 2 deletions
4
releasenotes/notes/add-diagonal-to-DiagonalGate-c945e0f8adcd2940.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed the deserialization of :class:`.DiagonalGate` instances through QPY. | ||
See `#10364 <https://github.com/Qiskit/qiskit-terra/issues/10364>`__. | ||
Fixed the deserialization of :class:`~.DiagonalGate` instances through QPY. | ||
Fixed `#10364 <https://github.com/Qiskit/qiskit-terra/issues/10364>`__ |
10 changes: 6 additions & 4 deletions
10
releasenotes/notes/fix-1q-matrix-bug-in-quantum-shannon-decomposer-c99ce6509f03715b.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
--- | ||
fixes: | ||
- | | ||
When :func:`~qiskit.quantum_info.synthesis.qs_decomposition`, which does quantum Shannon | ||
decomposition, was called on trivial numeric unitaries that do not benefit from this | ||
decomposition, an unexpected error was raised. With this fix, such unitaries are detected and | ||
the equivalent circuit is returned without performing Shannon decomposition. | ||
Fixed an issue with the :func:`~.qs_decomposition` function, which does | ||
quantum Shannon decomposition, when it was called on trivial numeric | ||
unitaries that do not benefit from this decomposition, an unexpected error | ||
was raised. This error has been fixed so that such unitaries are detected | ||
and the equivalent circuit is returned. | ||
Fixed `#10036 <https://github.com/Qiskit/qiskit-terra/issues/10036>`__ |
7 changes: 5 additions & 2 deletions
7
releasenotes/notes/fix-basicswap-fakerun-7469835327f6c8a1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
fixes: | ||
- | | ||
Fixes a typo where BasicSwap called ``fake_run()`` the attribute instead of ``_fake_run()`` the function. | ||
Refer to `#10149 <hhttps://github.com/Qiskit/qiskit-terra/issues/10147>` for more details. | ||
Fixed an issue in the the :class:`~.BasicSwap` class that | ||
prevented the :meth:`.BasicSwap.run` method from functioning if the | ||
``fake_run`` keyword argument was set to ``True`` when the class was | ||
instantiated. | ||
Fixed `#10147 <https://github.com/Qiskit/qiskit-terra/issues/10147>`__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
releasenotes/notes/fix-dispatching-backends-28aff96f726ca9c5.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed an failure of the pulse builder when the context is initialized with :class:`.BackendV2`. | ||
Fixed an failure of the :ref:`pulse_builder` when the context is initialized with :class:`.BackendV2`. |
4 changes: 2 additions & 2 deletions
4
releasenotes/notes/fix-outputs-of-measure_v2-8959ebbbf5f87294.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed the output of pulse :func:`~qiskit.pulse.macros.measure` and | ||
:func:`~qiskit.pulse.macros.measure_all` when functions are called | ||
Fixed the output of pulse :func:`~qiskit.pulse.builder.measure` and | ||
:func:`~qiskit.pulse.builder.measure_all` when functions are called | ||
with the :class:`.BackendV2` backend. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
prelude: > | ||
Qiskit Terra 0.24.2 is a bugfix release, addressing some minor issues | ||
identified since the 0.24.1 release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters