Skip to content

Commit 2e5e6aa

Browse files
authored
Prepare release 0.28.0 (#1869)
* Prepare release 0.28.0 * Docs build
1 parent cfaae78 commit 2e5e6aa

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

release-notes/0.28.0.rst

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
0.28.0 (2024-08-15)
2+
===================
3+
4+
New Features
5+
------------
6+
7+
- ``ResilienceOptionsV2`` has a new field ``layer_noise_model``. When this field is set, all the
8+
mitigation strategies that require noise data skip the noise learning stage, and instead gather
9+
the required information from ``layer_noise_model``. (`1858 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1858>`__)
10+
11+
12+
Other Notes
13+
-----------
14+
15+
- The V1 Primitives ``SamplerV1`` and ``EstimatorV1`` have been completely removed. Please use the
16+
`migration guide <https://docs.quantum.ibm.com/migration-guides/v2-primitives>`__ and use theV2 Primitives instead. (`1857 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1857>`__)
17+
- The ``service`` parameter is now required in ``Session.from_id()``. (`1868 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1868>`__)

release-notes/unreleased/1857.other.rst

-2
This file was deleted.

release-notes/unreleased/1858.feat.rst

-3
This file was deleted.

release-notes/unreleased/1868.other.rst

-1
This file was deleted.

0 commit comments

Comments
 (0)