Skip to content

Commit 163c78b

Browse files
kt474abbycrossElePT
authored
Prepare release 0.38.0 (#2221)
* prepare release 0.38.0 * Update release-notes/0.38.0.rst Co-authored-by: abbycross <[email protected]> * Update release-notes/0.38.0.rst Co-authored-by: abbycross <[email protected]> * Update release-notes/0.38.0.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update release-notes/0.38.0.rst Co-authored-by: Elena Peña Tapia <[email protected]> --------- Co-authored-by: abbycross <[email protected]> Co-authored-by: Elena Peña Tapia <[email protected]>
1 parent 977dc68 commit 163c78b

9 files changed

+39
-19
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = ''
2929
# The full version, including alpha/beta/rc tags
30-
release = '0.37.0'
30+
release = '0.38.0'
3131

3232
# -- General configuration ---------------------------------------------------
3333

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ zip-safe = false
5050
root = "."
5151
write_to = "qiskit_ibm_runtime/VERSION.txt"
5252
version_scheme = "release-branch-semver"
53-
fallback_version = "0.37.0"
53+
fallback_version = "0.38.0"
5454

5555
[project]
5656
name = "qiskit-ibm-runtime"

release-notes/0.38.0.rst

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
0.38.0 (2025-04-15)
2+
===================
3+
4+
Deprecation Notes
5+
-----------------
6+
7+
- :class:`~.RuntimeJob` is now deprecated and will be removed no sooner than three months from this release. :class:`~.RuntimeJob` was superseded by :class:`~.RuntimeJobV2` in all primitive implementations, so the deprecation should not have any user impact. The major difference between the two classes is that
8+
:meth:`~.RuntimeJobV2.status` returns a string instead of Qiskit's ``JobStatus`` enum. (`2170 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2170>`__)
9+
- Since pulse gates are no longer supported, the :class:`~.IBMBackend` and :class:`~.FakeBackendV2` ``defaults()``
10+
method has been deprecated and will be removed no sooner than three months from this release. While the method still exists, these pulse defaults are no longer used to construct the backend target. (`2186 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2186>`__)
11+
- The ``ibm_quantum`` channel option is deprecated and will be sunset on 1 July.
12+
After this date, ``ibm_cloud`` will be the only valid channel.
13+
For help migrating to the new IBM Quantum Platform on the
14+
``ibm_cloud`` channel, read the `migration guide <https://quantum.cloud.ibm.com/docs/migration-guides/classic-iqp-to-cloud-iqp>`__. (`2205 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2205>`__)
15+
16+
17+
New Features
18+
------------
19+
20+
- Attributes from the configuration of fake backends can now be retrieved directly
21+
with ``backend.<attribute_name>``. (`2202 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2202>`__)
22+
23+
24+
Bug Fixes
25+
---------
26+
27+
- Fixed a bug where :meth:`DoubleSliceSpan.mask` and :meth:`TwirledSliceSpan.mask` error
28+
when they contain a one-dimensional slice. (`2184 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2184>`__)
29+
30+
31+
Upgrade Notes
32+
-------------
33+
34+
- Since support for streaming results was removed in ``0.32.0``, the remaining related
35+
websocket code has been removed. As a part of this process, the environment option
36+
``callback`` is deprecated, as well as the parameters ``client_params`` and ``user_callback``
37+
in ``BaseRuntimeJob``. (`2143 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2143>`__)

release-notes/unreleased/2143.other.rst

-4
This file was deleted.

release-notes/unreleased/2170.deprecation.rst

-3
This file was deleted.

release-notes/unreleased/2184.bug.rst

-2
This file was deleted.

release-notes/unreleased/2186.deprecation.rst

-2
This file was deleted.

release-notes/unreleased/2202.feat.rst

-2
This file was deleted.

release-notes/unreleased/2205.deprecation.rst

-4
This file was deleted.

0 commit comments

Comments
 (0)