Skip to content

Commit 10aea64

Browse files
Prepare 0.45.0 release (#2549)
* Create release notes * Bump versions to 0.45.0 * Add manual note about Qiskit 2.3 * Fix missing fragment * Apply suggestions from code review Co-authored-by: abbycross <across@us.ibm.com> --------- Co-authored-by: abbycross <across@us.ibm.com>
1 parent 8417fc3 commit 10aea64

File tree

6 files changed

+24
-7
lines changed

6 files changed

+24
-7
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.44.0'
30+
release = '0.45.0'
3131

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.44.0"
53+
fallback_version = "0.45.0"
5454

5555
[tool.mypy]
5656
python_version = "3.10"

release-notes/0.45.0.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
0.45.0 (2026-01-08)
2+
===================
3+
4+
New Features
5+
------------
6+
7+
- ``qiskit-ibm-runtime`` is now compatible with Qiskit v2.3.
8+
- The ``delete_job()`` method has been reintroduced. (`2541 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2541>`__)
9+
10+
11+
Bug Fixes
12+
---------
13+
14+
- Bugfix for :meth:`.QiskitRuntimeService.backend` when the flag ``use_fractional_gates=True``
15+
checks for either or both ``Rx`` and ``Rzz`` gates as opposed to only ``Rzz`` gates in the backend basis. (`2520 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2520>`__)
16+
17+
18+
Other Notes
19+
-----------
20+
21+
- The minimal version of Qiskit required is now ``2.0.0``, as the ``1.x`` Qiskit
22+
series is no longer supported. (`2543 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2543>`__)

release-notes/unreleased/2520.bug.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

release-notes/unreleased/2541.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

release-notes/unreleased/2543.other.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)