Skip to content

Commit

Permalink
Prepare release 0.25.0 (#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Jul 3, 2024
1 parent 040f8af commit 9abf841
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 13 deletions.
21 changes: 21 additions & 0 deletions release-notes/0.25.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
0.25.0 (2024-07-02)
===================

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

- The ``optimization_level`` option in ``EstimatorV2`` is deprecated.
Instead, you can perform circuit optimization using the Qiskit transpiler or Qiskit transpiler service. (`1748 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1748>`__)
- :meth:`qiskit_ibm_runtime.RuntimeJobV2.interim_results`, :meth:`qiskit_ibm_runtime.RuntimeJobV2.stream_results`,
:meth:`qiskit_ibm_runtime.RuntimeJob.interim_results`, and :meth:`qiskit_ibm_runtime.RuntimeJob.stream_results`
are now all deprecated. (`1776 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1776>`__)


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

- Added ``backend``, ``backends``, and ``least_busy`` methods to ``QiskitRuntimeLocalService``. (`1764 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1764>`__)
- Added an ``instance`` property to :class:`BaseRuntimeJob` which returns the instance
where the job was run. (`1771 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1771>`__)
- ``default_shots`` are now a supported option when using ``EstimatorV2`` in
local testing mode. (`1773 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1773>`__)
4 changes: 0 additions & 4 deletions release-notes/unreleased/1740.upgrade.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions release-notes/unreleased/1771.feat.rst

This file was deleted.

2 changes: 0 additions & 2 deletions release-notes/unreleased/1773.feat.rst

This file was deleted.

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

This file was deleted.

0 comments on commit 9abf841

Please sign in to comment.