Skip to content

Commit 3294731

Browse files
committed
Apply line breaks
1 parent c728400 commit 3294731

File tree

1 file changed

+25
-13
lines changed

1 file changed

+25
-13
lines changed

releasenotes/notes/qiskit-algorithms-incorporated-421554a4ff547d0d.yaml

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
22
prelude: >
3-
This release includes the migration of a subset of Qiskit Algorithms features to Qiskit Machine Learning.
4-
This ensures continued enhancement of essential features for Qiskit Machine Learning following the end
5-
of official support for Qiskit Algorithms. Therefore, Qiskit Machine Learning will no longer depend on
6-
Qiskit Algorithms, possibly introducing breaking changes in import structures. Some quick-fixes are
3+
This release includes the migration of a subset of Qiskit Algorithms features to Qiskit Machine
4+
Learning.
5+
This ensures continued enhancement of essential features for Qiskit Machine Learning following
6+
the end of official support for Qiskit Algorithms. Therefore, Qiskit Machine Learning
7+
will no longer depend on
8+
Qiskit Algorithms, possibly introducing breaking changes in import structures. Some quick-
9+
fixes are
710
described below.
811
912
features:
@@ -30,11 +33,14 @@ features:
3033
3134
upgrade:
3235
- |
33-
The merge of some of the features of Qiskit Algorithms into Qiskit Machine Learning might lead to breaking changes.
34-
For this reason, caution is advised when updating to version 0.8 during critical production stages in a project.
36+
The merge of some of the features of Qiskit Algorithms into Qiskit Machine Learning might lead
37+
to breaking changes.
38+
For this reason, caution is advised when updating to version 0.8 during critical production
39+
stages in a project.
3540
3641
- |
37-
Users must update their imports and code references in code that uses Qiskit Machine Leaning and Algorithms:
42+
Users must update their imports and code references in code that uses Qiskit Machine Leaning
43+
and Algorithms:
3844
3945
- Change `qiskit_algorithms.gradients` to `qiskit_machine_learning.gradients`
4046
@@ -45,12 +51,18 @@ upgrade:
4551
- Update utilities as needed due to partial merge.
4652
4753
- |
48-
To continue using sub-modules and functionalities of Qiskit Algorithms that **have not been transferred**,
49-
you may continue using them as before by importing from Qiskit Algorithms. However, be aware that Qiskit Algorithms
50-
is no longer officially supported and some of its functionalities may not work in your use case. For any problems
51-
directly related to Qiskit Algorithms, please open a GitHub issue at https://github.com/qiskit-community/qiskit-algorithms.
52-
Should you want to include a Qiskit Algorithms functionality that has not been incorporated in Qiskit Machine Learning,
53-
please open a feature-request issue at https://github.com/qiskit-community/qiskit-machine-learning, explaining why
54+
To continue using sub-modules and functionalities of Qiskit Algorithms that **have not been
55+
transferred**,
56+
you may continue using them as before by importing from Qiskit Algorithms. However, be aware
57+
that Qiskit Algorithms
58+
is no longer officially supported and some of its functionalities may not work in your use case.
59+
For any problems
60+
directly related to Qiskit Algorithms, please open a GitHub issue at
61+
https://github.com/qiskit-community/qiskit-algorithms.
62+
Should you want to include a Qiskit Algorithms functionality that has not been incorporated in
63+
Qiskit Machine Learning,
64+
please open a feature-request issue at
65+
https://github.com/qiskit-community/qiskit-machine-learning, explaining why
5466
this change would be useful for you and other users.
5567
5668
- |

0 commit comments

Comments
 (0)