Skip to content

Commit 2ae8e78

Browse files
authored
Prepare release 0.11.3 (#1004)
* Prepare release 0.11.3 * fix reno formatting
1 parent db19bb8 commit 2ae8e78

7 files changed

+16
-15
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
features:
3+
- |
4+
Added reason for failure when invoking the method
5+
:meth:`~qiskit_ibm_runtime.RuntimeJob.error_message`.
6+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
features:
3+
- |
4+
Raise an exception if the number of circuits passed to
5+
:meth:`~qiskit_ibm_runtime.BasePrimitive._run_primitive`
6+
exceeds the number of circuits supported on the backend.
7+

releasenotes/notes/error_message-a93bc462baa0cb8a.yaml

-6
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
features:
33
- |
4-
If ''instance'' is provided as parameter to
5-
:meth:`QiskitRuntimeService.__init__`,
4+
If ``instance`` is provided as parameter to
5+
:class:`qiskit_ibm_runtime.QiskitRuntimeService`,
66
then this is used as a filter in :meth:`QiskitRuntimeService.backends()`.
7-
If ''instance'' is not recognized as one of the provider instances,
7+
If ``instance`` is not recognized as one of the provider instances,
88
an exception will be raised. Previously, we only issued a warning.

releasenotes/notes/max_circuits-b773c860f8df1cf4.yaml

-6
This file was deleted.

0 commit comments

Comments
 (0)