diff --git a/release-notes/0.1.0.rst b/release-notes/0.1.0.rst index ff4afdf79..611d8484e 100644 --- a/release-notes/0.1.0.rst +++ b/release-notes/0.1.0.rst @@ -111,7 +111,7 @@ Upgrade Notes - ``qiskit_ibm_runtime.IBMRuntimeService.run()`` method now accepts runtime execution options as - `qiskit_ibm_runtime.RuntimeOptions `__ + `qiskit_ibm_runtime.RuntimeOptions `__ class in addition to already supported Dict. backend_name, image and log_level are the currently available options. diff --git a/release-notes/0.18.0.rst b/release-notes/0.18.0.rst index f8ca6f8c0..417dede1c 100644 --- a/release-notes/0.18.0.rst +++ b/release-notes/0.18.0.rst @@ -17,7 +17,7 @@ New Features Deprecation Notes ----------------- -- `runtime() `__ +- `runtime() `__ has been deprecated. Bug Fixes diff --git a/release-notes/0.7.0.rst b/release-notes/0.7.0.rst index 527412467..890ff8273 100644 --- a/release-notes/0.7.0.rst +++ b/release-notes/0.7.0.rst @@ -17,7 +17,7 @@ New Features - The ``qiskit_ibm_runtime.Options`` class now accepts ``max_execution_time`` as a first level option and ``job_tags`` as an option under ``environment``. - `qiskit_ibm_runtime.RuntimeOptions `__ + `qiskit_ibm_runtime.RuntimeOptions `__ has also been updated to include these two parameters. Upgrade Notes diff --git a/release-notes/0.7.0rc2.rst b/release-notes/0.7.0rc2.rst index 42d20fa81..5e9bde0dd 100644 --- a/release-notes/0.7.0rc2.rst +++ b/release-notes/0.7.0rc2.rst @@ -5,7 +5,7 @@ Upgrade Notes ------------- - Added a validation check to - `run() `__. It raises an error if + `run() `__. It raises an error if there is no classical bit. - `Sampler `__ is updated to return @@ -29,5 +29,5 @@ Deprecation Notes methods instead. - The ``backend_name`` attribute in - `qiskit_ibm_runtime.RuntimeOptions `__ + `qiskit_ibm_runtime.RuntimeOptions `__ is deprecated and replaced by ``backend``. diff --git a/release-notes/0.8.0.rst b/release-notes/0.8.0.rst index 5f652e317..0d5da0c5c 100644 --- a/release-notes/0.8.0.rst +++ b/release-notes/0.8.0.rst @@ -8,7 +8,7 @@ New Features - Advanced resilience options can now be set under ``options.resilience``. See - `qiskit_ibm_runtime.options.ResilienceOptions `__ + `qiskit_ibm_runtime.options.ResilienceOptions `__ for all available options. - You can now specify a pair of result decoders for the diff --git a/release-notes/0.9.2.rst b/release-notes/0.9.2.rst index 83ac4743c..dd355cceb 100644 --- a/release-notes/0.9.2.rst +++ b/release-notes/0.9.2.rst @@ -6,7 +6,7 @@ New Features - Added a new argument called ``session_time`` to the program_run method and - `qiskit_ibm_runtime.RuntimeOptions `__. + `qiskit_ibm_runtime.RuntimeOptions `__. Now values entered by the user for session ``max_time`` will be sent to the server side as ``session_time``. This allows users to specify different values for session ``max_time`` and ``max_execution_time``. diff --git a/release-notes/0.9.4.rst b/release-notes/0.9.4.rst index e70956a99..55a83ea84 100644 --- a/release-notes/0.9.4.rst +++ b/release-notes/0.9.4.rst @@ -31,9 +31,9 @@ Deprecation Notes been removed from `qiskit_ibm_runtime.QiskitRuntimeService.run() `__. They can be passed in through - `RuntimeOptions `__ instead. + `RuntimeOptions `__ instead. - Within `RuntimeOptions `__, + Within `RuntimeOptions `__, ``backend_name`` is no longer supported. Please use ``backend`` instead.