Skip to content

Commit

Permalink
Merge branch 'main' into api-access-token
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Jan 30, 2025
2 parents 553c81a + 00b8829 commit 0244220
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ zip-safe = false
root = "."
write_to = "qiskit_ibm_runtime/VERSION.txt"
version_scheme = "release-branch-semver"
fallback_version = "0.34.0"

[project]
name = "qiskit-ibm-runtime"
Expand Down
2 changes: 1 addition & 1 deletion release-notes/0.20.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ New Features
allows for different execution modes. Batch mode is now supported
through ``Batch``, and `Session <https://docs.quantum.ibm.com/api/qiskit-ibm-runtime/qiskit_ibm_runtime.Session>`__
will work the same as way as before. Please see
`run/sessions <https://docs.quantum.ibm.com/guides/sessions>`__ for more information.
`run/sessions <https://docs.quantum.ibm.com/guides/execution-modes#session-mode>`__ for more information.

Note that ``Session`` and ``Batch`` created from
``qiskit-ibm-runtime`` prior to this release will no longer be
Expand Down
2 changes: 1 addition & 1 deletion release-notes/0.30.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ New Features

- Added new methods ``Session.usage()``, ``Batch.usage()``, and ``Job.usage()`` that
all return information regarding job and session usage.
Please find more information `here <https://docs.quantum.ibm.com/guides/execution-modes#sessions-versus-batch-usage>`__. (`1827 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1827>`__)
Please find more information `here <https://docs.quantum.ibm.com/guides/choose-execution-mode>`__. (`1827 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1827>`__)
- Added ``ConvertISAToClifford`` transpilation pass to convert the gates of a circuit to Clifford gates. (`1887 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1887>`__)
- Added ``url_resolver`` optional input to :class:`.QiskitRuntimeService`
constructor to enable custom generation of the Qiskit Runtime API URL
Expand Down

0 comments on commit 0244220

Please sign in to comment.