Skip to content

Commit

Permalink
Prepare release 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 committed Feb 4, 2025
1 parent 00b8829 commit c3a4d39
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.34.0'
release = '0.35.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ zip-safe = false
root = "."
write_to = "qiskit_ibm_runtime/VERSION.txt"
version_scheme = "release-branch-semver"
fallback_version = "0.34.0"
fallback_version = "0.35.0"

[project]
name = "qiskit-ibm-runtime"
Expand Down
29 changes: 29 additions & 0 deletions release-notes/0.35.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
0.35.0 (2025-02-04)
===================

Upgrade Notes
-------------

- 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>`__)


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

- Jobs run in the local testing mode will now return an instance of a new class,
:class:`.LocalRuntimeJob`. This new class inherits from Qiskit's ``PrimitiveJob`` class
while adding the methods and properties found in :class:`.BaseRuntimeJob`. This way, running jobs
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>`__)
- 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>`__)


Other Notes
-----------

- Support for ``backend.run()`` has been removed. Please refer to our migration guide
https://docs.quantum.ibm.com/migration-guides/qiskit-runtime
for instructions on how to migrate any existing code that uses
``backend.run()`` to the new V2 primitives interface. (`1962 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1962>`__)
- 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>`__)
- When there is a maintenance outage, an approproate error message will be raised when trying
to initialize the ``QiskitRuntimeService``. (`2100 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2100>`__)
4 changes: 0 additions & 4 deletions release-notes/unreleased/1962.other.rst

This file was deleted.

4 changes: 0 additions & 4 deletions release-notes/unreleased/2057.feat.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion release-notes/unreleased/2097.upgrade.rst

This file was deleted.

2 changes: 0 additions & 2 deletions release-notes/unreleased/2100.other.rst

This file was deleted.

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

This file was deleted.

0 comments on commit c3a4d39

Please sign in to comment.