Skip to content

Commit

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

* Docs build
  • Loading branch information
kt474 committed Aug 15, 2024
1 parent cfaae78 commit 2e5e6aa
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
17 changes: 17 additions & 0 deletions release-notes/0.28.0.rst
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>`__)
2 changes: 0 additions & 2 deletions release-notes/unreleased/1857.other.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion release-notes/unreleased/1868.other.rst

This file was deleted.

0 comments on commit 2e5e6aa

Please sign in to comment.