File tree Expand file tree Collapse file tree 5 files changed +22
-11
lines changed Expand file tree Collapse file tree 5 files changed +22
-11
lines changed Original file line number Diff line number Diff line change 27
27
# The short X.Y version
28
28
version = ''
29
29
# The full version, including alpha/beta/rc tags
30
- release = '0.40.0 '
30
+ release = '0.40.1 '
31
31
32
32
# -- General configuration ---------------------------------------------------
33
33
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ zip-safe = false
50
50
root = " ."
51
51
write_to = " qiskit_ibm_runtime/VERSION.txt"
52
52
version_scheme = " release-branch-semver"
53
- fallback_version = " 0.40.0 "
53
+ fallback_version = " 0.40.1 "
54
54
55
55
[project ]
56
56
name = " qiskit-ibm-runtime"
Original file line number Diff line number Diff line change
1
+ 0.40.1 (2025-06-04)
2
+ ===================
3
+
4
+ Bug Fixes
5
+ ---------
6
+
7
+ - Fixed an issue where if there was no instance saved nor passed in at initialization, the service could not make
8
+ any API calls until :meth: `.QiskitRuntimeService.backend ` or :meth: `.QiskitRuntimeService.backends ` is called first.
9
+
10
+ - Fixed a bug where if ``use_fractional_gates `` is set but the backend configuration was already cached,
11
+ the incorrect configuration could be returned. (`2269 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2269 >`__)
12
+
13
+
14
+ Other Notes
15
+ -----------
16
+
17
+ - Error messages related to ``rzz `` gate angles being outside of the allowed
18
+ range of 0 to :math: `\pi /2 ` during circuit validation have been updated to
19
+ clarify that the angle value requested in the circuit was the problem and not
20
+ an angle value provided by the backend. (`2276 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2276 >`__)
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments