Skip to content

Commit

Permalink
Prepare 0.22.4 (#9376)
Browse files Browse the repository at this point in the history
* Prepare 0.22.4

* Revert changes in unrelated renos

* Fix typos in 0.22.4 notes

* Fix underscores in link

Co-authored-by: Jake Lishman <[email protected]>

* Fixup last release notes

Co-authored-by: Jake Lishman <[email protected]>
Co-authored-by: Jake Lishman <[email protected]>
  • Loading branch information
3 people authored Jan 16, 2023
1 parent 13e1ff6 commit 23ec902
Show file tree
Hide file tree
Showing 14 changed files with 61 additions and 59 deletions.
79 changes: 39 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qiskit-terra"
version = "0.22.3"
version = "0.22.4"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# The short X.Y version
version = "0.22"
# The full version, including alpha/beta/rc tags
release = "0.22.3"
release = "0.22.4"

extensions = [
"sphinx.ext.napoleon",
Expand Down
2 changes: 1 addition & 1 deletion qiskit/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.22.3
0.22.4
4 changes: 2 additions & 2 deletions releasenotes/notes/fix-backend-sampler-890cbcf913667b08.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
fixes:
- |
Fixed a bug of :class:`~.BackendSampler` that raises an error
if :meth:`~.BackendSampler.run` method is called two times sequentially.
Fixed a bug in :class:`~.BackendSampler` that raised an error
if its :meth:`~.BackendSampler.run` method was called two times sequentially.
4 changes: 2 additions & 2 deletions releasenotes/notes/fix-composedop-08e14db184c637c8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ fixes:
- |
Fixed two bugs in the :class:`.ComposedOp` where the :meth:`.ComposedOp.to_matrix`
method did not provide the correct results for compositions with :class:`.StateFn`
and for compositions with a global coefficients.
See also `#9283 <https://github.com/Qiskit/qiskit-terra/issues/9283>_`.
and for compositions with a global coefficient.
Fixed `#9283 <https://github.com/Qiskit/qiskit-terra/issues/9283>`__.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
fixes:
- |
Fixed the problem in which primitives did not work when passing a circuit with ``numpy.ndarray``
as a parameter.
Fixed the problem in which primitives, :class:`.Sampler` and :class:`.Estimator`, did not
work when passed a circuit with ``numpy.ndarray`` as a parameter.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
fixes:
- |
Fixed a bug in :class:`.SamplingVQE` where the ``aggregation`` did not have an effect.
Now the aggregation function and CVaR expectation value can correctly be specified.
Fixed a bug in :class:`.SamplingVQE` where the ``aggregation`` argument did not have an effect.
Now the aggregation function and, with it, the CVaR expectation value can correctly be specified.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
fixes:
- |
Fixed a performance bug that :class:`.SamplingVQE` evaluated the energies of eigenstates
in a slow way.
Fixed a performance bug where :class:`.SamplingVQE` evaluated the energies of eigenstates
in a slow manner.
4 changes: 2 additions & 2 deletions releasenotes/notes/fix-vqd-betas-async-df99ab6e26e9da1e.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
fixes:
- |
Fixed existing betas autoevaluation code on class
Fixed the autoevaluation of the beta parameters in
:class:`~qiskit.algorithms.eigensolvers.VQD`, added support for
:class:`~qiskit.quantum_info.SparsePauliOp` inputs, and fixed
the energy evaluation function to leverage the async execution
the energy evaluation function to leverage the asynchronous execution
of primitives, by only retrieving the job results after both
jobs have been submitted.
3 changes: 3 additions & 0 deletions releasenotes/notes/prepare-0.22.4-cddd573e87bffb9c.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
prelude: >
Qiskit Terra 0.22.4 is a minor bugfix release, fixing some bugs identified in the 0.22 series.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
fixes:
- |
Fixed an issue with the :meth:`.Statevector.probabilities_dict` and :meth:`.DensityMatrix.probabilities_dict`
method where it would return incorrect results for non-qubit systems when the ``qargs`` argument was
methods where they would return incorrect results for non-qubit systems when the ``qargs`` argument was
specified.
Fixed `#9210 <https://github.com/Qiskit/qiskit-terra/issues/9210>`__
4 changes: 2 additions & 2 deletions releasenotes/notes/wrap-method-311-147d254d4b40e805.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
fixes:
- |
Fixed handling of some ``classmethod``s by
Fixed handling of some ``classmethod``\ s by
:func:`~qiskit.utils.wrap_method` in Python 3.11. Previously, in Python
3.11, ``wrap_method`` would wrap the unbounded function associated with the
3.11, ``wrap_method`` would wrap the unbound function associated with the
``classmethod`` and then fail when invoked because the class object usually
bound to the ``classmethod`` was not passed to the function. Starting in
Python 3.11.1, this issue affected :class:`~qiskit.test.QiskitTestCase`,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

setup(
name="qiskit-terra",
version="0.22.3",
version="0.22.4",
description="Software for developing quantum computing programs",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 23ec902

Please sign in to comment.