diff --git a/release-notes/0.28.0.rst b/release-notes/0.28.0.rst index 3cc809167..bc4e8be6d 100644 --- a/release-notes/0.28.0.rst +++ b/release-notes/0.28.0.rst @@ -13,5 +13,5 @@ Upgrade Notes ------------- - The V1 Primitives ``SamplerV1`` and ``EstimatorV1`` have been completely removed. Please see the - `migration guide `__ and use the V2 Primitives instead. (`1857 `__) + `migration guide `__ and use the V2 Primitives instead. (`1857 `__) - The ``service`` parameter is now required in ``Session.from_id()``. (`1868 `__) diff --git a/release-notes/0.37.0.rst b/release-notes/0.37.0.rst index c37ba54a3..013238b35 100644 --- a/release-notes/0.37.0.rst +++ b/release-notes/0.37.0.rst @@ -20,7 +20,7 @@ New Features - The backend configuration class ``PulseBackendConfiguration`` has been removed, so all backends will now be returned as ``QasmBackendConfiguration``. - ``PulseDefaults`` (backend defaults) can still be retrieved but they are no longer necessary when creating a backend ``Target``. - See the `Pulse migration guide `__ + See the `Pulse migration guide `__ for details. (`2116 `__) - Added a warning when a primitive is initialized outside of a session or batch context manager. In this scenario, the job will run in job mode instead of the session or batch. (`2152 `__) diff --git a/release-notes/0.38.0.rst b/release-notes/0.38.0.rst index 7ec5f1e7a..047239f37 100644 --- a/release-notes/0.38.0.rst +++ b/release-notes/0.38.0.rst @@ -11,7 +11,7 @@ Deprecation Notes - The ``ibm_quantum`` channel option is deprecated and will be sunset on 1 July. After this date, ``ibm_cloud``, ``ibm_quantum_platform``, and ``local`` will be the only valid channels. For help migrating to the new IBM Quantum Platform on the - ``ibm_cloud`` channel, read the `migration guide `__. (`2205 `__) + ``ibm_cloud`` channel, read the `migration guide `__. (`2205 `__) New Features diff --git a/release-notes/0.40.0.rst b/release-notes/0.40.0.rst index 27d5bf739..2ce6c384f 100644 --- a/release-notes/0.40.0.rst +++ b/release-notes/0.40.0.rst @@ -5,7 +5,7 @@ New Features ------------ - The following changes were made to support the upcoming - `IBM Quantum platform migration `__: + `IBM Quantum platform migration `__: - A new channel type, ``ibm_quantum_platform``, has been introduced for service initialization (``QiskitRuntimeService()``). It joins the existing ``ibm_quantum`` (now deprecated) and ``ibm_cloud`` channels. By **default**, diff --git a/release-notes/0.41.0.rst b/release-notes/0.41.0.rst index 506c007cd..d7a112b20 100644 --- a/release-notes/0.41.0.rst +++ b/release-notes/0.41.0.rst @@ -20,7 +20,7 @@ Upgrade Notes - Because of the sunset of IBM Quantum Platform Classic, the ``ibm_quantum`` channel is no longer supported from ``qiskit-ibm-runtime``. Saved ``ibm_quantum`` channel accounts and data will not be accessible. Use the ``ibm_quantum_platform`` channel instead. See our - `migration guide `__ + `migration guide `__ for more details. (`2289 `__)