Commit 10ebe5a 1 parent a4061e3 commit 10ebe5a Copy full SHA for 10ebe5a
File tree 5 files changed +26
-15
lines changed
5 files changed +26
-15
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.35 .0'
30
+ release = '0.36 .0'
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.35 .0"
53
+ fallback_version = " 0.36 .0"
54
54
55
55
[project ]
56
56
name = " qiskit-ibm-runtime"
Original file line number Diff line number Diff line change
1
+ 0.36.0 (2025-02-14)
2
+ ===================
3
+
4
+ Upgrade Notes
5
+ -------------
6
+
7
+ - The minimal required ``qiskit `` version is now 1.3.
8
+ Qiskit 1.3 introduces QPY version 13. The minimum required Qiskit version was raised so Qiskit Runtime could use the latest QPY version
9
+ for serializing circuits in job
10
+ submissions. (`2096 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2096 >`__)
11
+
12
+
13
+ Other Notes
14
+ -----------
15
+
16
+ - The following outdated deprecations have been removed:
17
+
18
+ - Support for the simulator option ``noise_model `` on cloud simulators has been removed.
19
+ This option will still work in local testing mode.
20
+
21
+ - The ``NoiseLearnerResult `` properties ``generators `` and ``rates `` have been removed. They
22
+ can still be accessed in the ``error `` property.
23
+
24
+ - The utility function ``get_runtime_api_base_url() `` has been removed. (`2124 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2124 >`__)
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments