Skip to content

Commit b231967

Browse files
authored
Prepare release 0.29.0 (#1904)
1 parent 3032b9a commit b231967

8 files changed

+27
-13
lines changed

release-notes/0.29.0.rst

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
0.29.0 (2024-09-04)
2+
===================
3+
4+
Deprecation Notes
5+
-----------------
6+
7+
- The simulator option ``noise_model`` is now deprecated for jobs running on real devices.
8+
``noise_model`` will still be an acceptable option when using the local testing mode. (`1892 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1892>`__)
9+
10+
11+
New Features
12+
------------
13+
14+
- 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>`__)
15+
- Added a new ``private`` option under :class:`EnvironmentOptions`. (`1888 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1888>`__)
16+
- Added ``fallback`` option to ZNE extrapolators. (`1902 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1902>`__)
17+
18+
19+
Bug Fixes
20+
---------
21+
22+
- Ported the ``Noise_model.from_dict()`` method from ``qiskit-aer`` because it was removed
23+
in ``0.15.0``. (`1890 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1890>`__)
24+
- Revert a previous change to ``backend.target`` where the target was no longer being
25+
cached. (`1891 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1891>`__)
26+
- Fixed an issue where ``Session.from_id()`` would create
27+
a new empty session. (`1896 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1896>`__)

release-notes/unreleased/1833.feat.rst

-1
This file was deleted.

release-notes/unreleased/1888.feat.rst

-3
This file was deleted.

release-notes/unreleased/1890.bug.rst

-2
This file was deleted.

release-notes/unreleased/1891.bug.rst

-2
This file was deleted.

release-notes/unreleased/1892.deprecation.rst

-2
This file was deleted.

release-notes/unreleased/1896.bug.rst

-2
This file was deleted.

release-notes/unreleased/1902.feat.rst

-1
This file was deleted.

0 commit comments

Comments
 (0)