Skip to content

Commit

Permalink
Prepare release 0.11.3 (#1004)
Browse files Browse the repository at this point in the history
* Prepare release 0.11.3

* fix reno formatting
  • Loading branch information
kt474 authored Aug 8, 2023
1 parent db19bb8 commit 2ae8e78
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 15 deletions.
6 changes: 6 additions & 0 deletions releasenotes/notes/0.11/error_message-a93bc462baa0cb8a.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
features:
- |
Added reason for failure when invoking the method
:meth:`~qiskit_ibm_runtime.RuntimeJob.error_message`.
7 changes: 7 additions & 0 deletions releasenotes/notes/0.11/max_circuits-b773c860f8df1cf4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
features:
- |
Raise an exception if the number of circuits passed to
:meth:`~qiskit_ibm_runtime.BasePrimitive._run_primitive`
exceeds the number of circuits supported on the backend.
6 changes: 0 additions & 6 deletions releasenotes/notes/error_message-a93bc462baa0cb8a.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions releasenotes/notes/filter_instance-a7203041b5ab85d9.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
features:
- |
If ''instance'' is provided as parameter to
:meth:`QiskitRuntimeService.__init__`,
If ``instance`` is provided as parameter to
:class:`qiskit_ibm_runtime.QiskitRuntimeService`,
then this is used as a filter in :meth:`QiskitRuntimeService.backends()`.
If ''instance'' is not recognized as one of the provider instances,
If ``instance`` is not recognized as one of the provider instances,
an exception will be raised. Previously, we only issued a warning.
6 changes: 0 additions & 6 deletions releasenotes/notes/max_circuits-b773c860f8df1cf4.yaml

This file was deleted.

0 comments on commit 2ae8e78

Please sign in to comment.