Skip to content

Commit e2659a0

Browse files
kt474abbycross
andauthored
Prepare release 0.35.0 (#2127)
* Prepare release 0.35.0 * Update release-notes/0.35.0.rst Co-authored-by: abbycross <across@us.ibm.com> * Update release-notes/0.35.0.rst Co-authored-by: abbycross <across@us.ibm.com> * Use link for migration guide --------- Co-authored-by: abbycross <across@us.ibm.com>
1 parent 00b8829 commit e2659a0

9 files changed

+30
-15
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.34.0'
30+
release = '0.35.0'
3131

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ zip-safe = false
4949
root = "."
5050
write_to = "qiskit_ibm_runtime/VERSION.txt"
5151
version_scheme = "release-branch-semver"
52-
fallback_version = "0.34.0"
52+
fallback_version = "0.35.0"
5353

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

release-notes/0.35.0.rst

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
0.35.0 (2025-02-04)
2+
===================
3+
4+
Upgrade Notes
5+
-------------
6+
7+
- Python 3.8 reached end-of-life on Oct 7th, 2024. Qiskit SDK dropped support for 3.8 in ``qiskit 1.3``. In the same vein, ``qiskit-ibm-runtime`` does not support Python 3.8 anymore. (`2097 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2097>`__)
8+
9+
10+
New Features
11+
------------
12+
13+
- Jobs run in the local testing mode will now return an instance of a new class,
14+
:class:`.LocalRuntimeJob`. This new class inherits from Qiskit's ``PrimitiveJob`` class
15+
while adding the methods and properties found in :class:`.BaseRuntimeJob`. This way, running jobs
16+
in the local testing mode will be more similar to running jobs on a real backend. (`2057 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2057>`__)
17+
- Two new fake backends, ``FakeFez`` and ``FakeMarrakesh``, have been added. These are 156-qubit Heron devices. (`2112 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2112>`__)
18+
19+
20+
Other Notes
21+
-----------
22+
23+
- Support for ``backend.run()`` has been removed. Please refer to our `migration guide <https://docs.quantum.ibm.com/migration-guides/qiskit-runtime>`__
24+
for instructions on how to migrate any existing code that uses
25+
``backend.run()`` to the new V2 primitives interface. (`1962 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1962>`__)
26+
- Parameter expressions with RZZ gates will be checked against the values assigned to them in the pub. An ``IBMInputValueError`` will be raised if parameter values specified in the pub make a parameter expression evaluate to an invalid angle (negative or greater than ``pi/2``). (`2093 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2093>`__)
27+
- When there is a maintenance outage, an appropriate error message will be raised when trying
28+
to initialize the ``QiskitRuntimeService``. (`2100 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2100>`__)

release-notes/unreleased/1962.other.rst

-4
This file was deleted.

release-notes/unreleased/2057.feat.rst

-4
This file was deleted.

release-notes/unreleased/2093.other.rst

-1
This file was deleted.

release-notes/unreleased/2097.upgrade.rst

-1
This file was deleted.

release-notes/unreleased/2100.other.rst

-2
This file was deleted.

release-notes/unreleased/2112.feat.rst

-1
This file was deleted.

0 commit comments

Comments
 (0)