Skip to content

Commit 10ebe5a

Browse files
kt474beckykd
andauthored
Prepare release 0.36.0 (#2141)
* Prepare release 0.36.0 * Update release-notes/0.36.0.rst Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com> * Update release-notes/0.36.0.rst Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com> * Update release-notes/0.36.0.rst Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com> * Update release-notes/0.36.0.rst Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com> * Update release-notes/0.36.0.rst Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com> * Docs formatting --------- Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com>
1 parent a4061e3 commit 10ebe5a

File tree

5 files changed

+26
-15
lines changed

5 files changed

+26
-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.35.0'
30+
release = '0.36.0'
3131

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

pyproject.toml

+1-1
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.35.0"
53+
fallback_version = "0.36.0"
5454

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

release-notes/0.36.0.rst

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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>`__)

release-notes/unreleased/2096.upgrade.rst

-4
This file was deleted.

release-notes/unreleased/2124.other.rst

-9
This file was deleted.

0 commit comments

Comments
 (0)