Skip to content

Commit

Permalink
Prepare 0.22.0 release (#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 committed Mar 21, 2024
1 parent 17f1b82 commit 585af44
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 11 deletions.
27 changes: 27 additions & 0 deletions release-notes/0.22.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
0.22.0 (2024-03-21)
===================

Upgrade Notes
-------------

- Modify ``skip_reset_qubits`` optional flag to the constructor for
:class:`.PadDynamicalDecoupling`. If ``False``, dynamical decoupling is applied on
qubits regardless of their state, even on delays that are at the beginning
of a circuit. This option now matches the behavior in Qiskit. (`1409 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1409>`__)


New Features
------------

- A new local testing mode is added. It allows you to
validate your quantum prorams before sending them to a physical system.
The local testing mode is activated if one of the fake
backends in ``qiskit_ibm_runtime.fake_provider`` or a Qiskit Aer backend
instance is used when instantiating a primitive or a session. (`1495 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1495>`__)


Bug Fixes
---------

- Fix a bug that caused setting of ``resilience_level=0`` in ``EstimatorV2``
to be ignored (and the default value used instead). (`1541 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1541>`__)
4 changes: 0 additions & 4 deletions release-notes/unreleased/1409.upgrade.rst

This file was deleted.

5 changes: 0 additions & 5 deletions release-notes/unreleased/1495.feat.rst

This file was deleted.

2 changes: 0 additions & 2 deletions release-notes/unreleased/1541.bug.rst

This file was deleted.

0 comments on commit 585af44

Please sign in to comment.