Skip to content

Commit

Permalink
Prepare release 0.29.0 (#1904)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Sep 4, 2024
1 parent 3032b9a commit b231967
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 13 deletions.
27 changes: 27 additions & 0 deletions release-notes/0.29.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
0.29.0 (2024-09-04)
===================

Deprecation Notes
-----------------

- The simulator option ``noise_model`` is now deprecated for jobs running on real devices.
``noise_model`` will still be an acceptable option when using the local testing mode. (`1892 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1892>`__)


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

- We added new classes, :class:`.ExecutionSpan` and :class:`.ExecutionSpanSet`. These classes are used in the primitive result metadata, to convey information about start and stop times of batch jobs. (`1833 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1833>`__)
- Added a new ``private`` option under :class:`EnvironmentOptions`. (`1888 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1888>`__)
- Added ``fallback`` option to ZNE extrapolators. (`1902 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1902>`__)


Bug Fixes
---------

- Ported the ``Noise_model.from_dict()`` method from ``qiskit-aer`` because it was removed
in ``0.15.0``. (`1890 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1890>`__)
- Revert a previous change to ``backend.target`` where the target was no longer being
cached. (`1891 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1891>`__)
- Fixed an issue where ``Session.from_id()`` would create
a new empty session. (`1896 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1896>`__)
1 change: 0 additions & 1 deletion release-notes/unreleased/1833.feat.rst

This file was deleted.

3 changes: 0 additions & 3 deletions release-notes/unreleased/1888.feat.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions release-notes/unreleased/1892.deprecation.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion release-notes/unreleased/1902.feat.rst

This file was deleted.

0 comments on commit b231967

Please sign in to comment.