Skip to content

Commit

Permalink
Regenerate Runtime 0.20 release note (#904)
Browse files Browse the repository at this point in the history
Addresses
Qiskit/qiskit-ibm-runtime#1428 (comment).

I also updated the dev docs to the latest CI build, but only one image
changed.
  • Loading branch information
Eric-Arellano authored Feb 27, 2024
1 parent 8b20242 commit f507e25
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/api/qiskit-ibm-runtime/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ in_page_toc_max_heading_level: 2

Note that `Session` and `Batch` created from `qiskit-ibm-runtime` prior to this release will no longer be supported after March 31, 2024. Please update your `qiskit-ibm-runtime` version as soon as possible before this date.

Also note that using simulators with sessions is no longer supported. Users can still start sessions with simulators without any issues but a session will not actually be created. There will be no session ID.

* Sessions started with [`qiskit_ibm_runtime.IBMBackend.open_session()`](qiskit_ibm_runtime.IBMBackend#open_session "qiskit_ibm_runtime.IBMBackend.open_session") will use the new `/sessions` endpoint.

The sessions functionality will not change but note that `backend.run()` sessions prior to this release will no longer be supported after March 31, 2024. Please update your `qiskit-ibm-runtime` version as soon as possible before this date.
Expand Down
Binary file modified public/images/api/qiskit-ibm-runtime/dev/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.
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.
2 changes: 1 addition & 1 deletion scripts/api-html-artifacts.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"0.7": "https://ibm.box.com/shared/static/t2vuik7bqboata3i34r4a83baabo95xn.zip"
},
"qiskit-ibm-runtime": {
"dev": "https://ibm.box.com/shared/static/0bcr09epud50i3czdx791iagumrf5bjz.zip",
"dev": "https://ibm.box.com/shared/static/j4o6bvkmfndk9ib9h5wp2u3sprj9n6tv.zip",
"0.20": "https://ibm.box.com/shared/static/0bcr09epud50i3czdx791iagumrf5bjz.zip",
"0.19": "https://ibm.box.com/shared/static/ojpnzc71aex4d8itnktwbp9m7l15nazs.zip",
"0.18": "https://ibm.box.com/shared/static/rbjdfogq8t1a4tquw1bh6gy4qdcv521v.zip",
Expand Down

0 comments on commit f507e25

Please sign in to comment.