Skip to content

Commit

Permalink
Fix release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Oct 31, 2024
1 parent d8e35c5 commit 04b2950
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/api/qiskit-ibm-runtime/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ qiskit-ibm-runtime is not included as part of Qiskit meta package and thereby yo

* `qiskit_ibm_runtime.IBMRuntimeService.run()` method now accepts runtime execution options as [qiskit\_ibm\_runtime.RuntimeOptions](/api/qiskit-ibm-runtime/0.25/qiskit_ibm_runtime.RuntimeOptions) class in addition to already supported Dict. backend\_name, image and log\_level are the currently available options.

* Final result is also streamed now after interim results when you specify a `callback` to `qiskit_ibm_runtime.IBMRuntimeService.run()` or [qiskit\_ibm\_runtime.RuntimeJob.stream\_results()](/api/qiskit-ibm-runtime/qiskit_ibm_runtime.RuntimeJob#stream_results).
* Final result is also streamed now after interim results when you specify a `callback` to `qiskit_ibm_runtime.IBMRuntimeService.run()` or [qiskit\_ibm\_runtime.RuntimeJob.stream\_results()](/api/qiskit-ibm-runtime/0.30/qiskit_ibm_runtime.RuntimeJob#stream_results).

<span id="id170" />

Expand Down Expand Up @@ -1587,7 +1587,7 @@ qiskit-ibm-runtime is not included as part of Qiskit meta package and thereby yo
### New Features

* You can now pass `instance` parameter in the hub/group/project format to `qiskit_ibm_runtime.IBMRuntimeService.jobs()` to filter jobs. Currently only supported for legacy authentication.
* You can now use the [qiskit\_ibm\_runtime.RuntimeJob.interim\_results()](/api/qiskit-ibm-runtime/qiskit_ibm_runtime.RuntimeJob#interim_results) method to retrieve runtime program interim results. Note that interim results will only be available for up to two days.
* You can now use the [qiskit\_ibm\_runtime.RuntimeJob.interim\_results()](/api/qiskit-ibm-runtime/0.30/qiskit_ibm_runtime.RuntimeJob#interim_results) method to retrieve runtime program interim results. Note that interim results will only be available for up to two days.

<span id="id175" />

Expand Down
Binary file modified public/images/api/qiskit-ibm-runtime/fake_provider-1_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions scripts/js/lib/links/ignores.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,6 @@ const FILES_TO_IGNORES__SHOULD_FIX: FilesToIgnores = {
"docs/api/qiskit-addon-obp/utils-metadata-slice-metadata.mdx": [
"utils-truncating#TruncationErrorBudget.p_norm",
],
"docs/api/qiskit-ibm-runtime/release-notes.mdx": [
"/api/qiskit-ibm-runtime/qiskit_ibm_runtime.RuntimeJob#stream_results",
"/api/qiskit-ibm-runtime/qiskit_ibm_runtime.RuntimeJob#interim_results",
],
};

export const FILES_TO_IGNORES: FilesToIgnores = mergeFilesToIgnores(
Expand Down

0 comments on commit 04b2950

Please sign in to comment.