Skip to content

Commit

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

* Update release-notes/0.31.0.rst

Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com>

---------

Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com>
  • Loading branch information
kt474 and beckykd authored Oct 15, 2024
1 parent bd3a42a commit 689c64e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
17 changes: 17 additions & 0 deletions release-notes/0.31.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
0.31.0 (2024-10-15)
===================

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

- Added Noisy Estimator Analyzer Tool (NEAT), a class to help understand the expected performance of Estimator jobs. (`1950 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1950>`__)
- Updated the ISA check to validate that the ``rzz`` angle is between ``[0, pi/2]``. (`1953 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1953>`__)

Bug Fixes
---------
- Fixed an issue with ISA validation where a change related to connectivity inside control operations was not
applied correctly. (`1954 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1954>`__)

Other Notes
-----------
- Fake V1 backends have been removed. (`1946 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1946>`__)
1 change: 0 additions & 1 deletion release-notes/unreleased/1950.feat.rst

This file was deleted.

0 comments on commit 689c64e

Please sign in to comment.