From 25b08926988642f260b82f3be029dcf13506839c Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Tue, 13 Feb 2024 17:35:58 -0500 Subject: [PATCH] Remove qiskit.org links from release notes (#605) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .../notes/0.5/add-primitives-support-31af39549b5e66e3.yaml | 2 +- releasenotes/notes/0.6/0.6-prelude-2740977b31d22583.yaml | 2 +- .../0.6/switch-to-qiskit-algorithms-b0af38fe547bf5b5.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/releasenotes/notes/0.5/add-primitives-support-31af39549b5e66e3.yaml b/releasenotes/notes/0.5/add-primitives-support-31af39549b5e66e3.yaml index 94d48700d..f0e9d43f1 100644 --- a/releasenotes/notes/0.5/add-primitives-support-31af39549b5e66e3.yaml +++ b/releasenotes/notes/0.5/add-primitives-support-31af39549b5e66e3.yaml @@ -1,7 +1,7 @@ --- prelude: > Qiskit Optimization 0.5 supports the new algorithms introduced in Qiskit Terra 0.22 - which in turn rely on the `Qiskit Primitives `_. + which in turn rely on the `Qiskit Primitives `_. Qiskit Optimization 0.5 still supports the former algorithms based on :class:`qiskit.utils.QuantumInstance`, but they will be deprecated and then removed, along with the support here, in future releases. diff --git a/releasenotes/notes/0.6/0.6-prelude-2740977b31d22583.yaml b/releasenotes/notes/0.6/0.6-prelude-2740977b31d22583.yaml index 520960a5b..2528e9e63 100644 --- a/releasenotes/notes/0.6/0.6-prelude-2740977b31d22583.yaml +++ b/releasenotes/notes/0.6/0.6-prelude-2740977b31d22583.yaml @@ -13,7 +13,7 @@ prelude: > #. Otherwise, you need to migrate your code immediately. If you cannot do that, or want to continue using some of the features that were removed, you should pin your version of Qiskit Optimization to 0.5 - You can check out the `migration guides `_ + You can check out the `migration guides `_ for details on how to update your code. For more context on the changes around Qiskit Optimization and the other application projects as well as the algorithms diff --git a/releasenotes/notes/0.6/switch-to-qiskit-algorithms-b0af38fe547bf5b5.yaml b/releasenotes/notes/0.6/switch-to-qiskit-algorithms-b0af38fe547bf5b5.yaml index 9563778f4..89f5d0182 100644 --- a/releasenotes/notes/0.6/switch-to-qiskit-algorithms-b0af38fe547bf5b5.yaml +++ b/releasenotes/notes/0.6/switch-to-qiskit-algorithms-b0af38fe547bf5b5.yaml @@ -1,7 +1,7 @@ --- prelude: > Qiskit Optimization 0.6 switches from ``qiskit.algorithms`` of Qiskit - to `Qiskit Algorithms `_. + to `Qiskit Algorithms `_. Qiskit Optimization 0.6 drops supports of the former algorithms based on ``qiskit.algorithms``, ``QuantumInstance``, and Opflow of Qiskit. @@ -10,7 +10,7 @@ upgrade: The :class:`~.MinimumEigenOptimizer` class takes the primitives-based algorithms (:class:`qiskit_algorithms.SamplingMinimumEigensolver` and :class:`qiskit_algorithms.NumPyMinimumEigensolver`) - of `Qiskit Algorithms `_ + of `Qiskit Algorithms `_ as ``min_eigen_solver`` argument. The supports of the former algorithms based on ``qiskit.algorithms`` and ``QuantumInstance`` are removed.