-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare release 0.28.0 * Docs build
- Loading branch information
Showing
4 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
0.28.0 (2024-08-15) | ||
=================== | ||
|
||
New Features | ||
------------ | ||
|
||
- ``ResilienceOptionsV2`` has a new field ``layer_noise_model``. When this field is set, all the | ||
mitigation strategies that require noise data skip the noise learning stage, and instead gather | ||
the required information from ``layer_noise_model``. (`1858 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1858>`__) | ||
|
||
|
||
Other Notes | ||
----------- | ||
|
||
- The V1 Primitives ``SamplerV1`` and ``EstimatorV1`` have been completely removed. Please use the | ||
`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>`__) | ||
- The ``service`` parameter is now required in ``Session.from_id()``. (`1868 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1868>`__) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.