1
1
---
2
2
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
7
10
described below.
8
11
9
12
features :
@@ -30,11 +33,14 @@ features:
30
33
31
34
upgrade :
32
35
- |
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.
35
40
36
41
- |
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:
38
44
39
45
- Change `qiskit_algorithms.gradients` to `qiskit_machine_learning.gradients`
40
46
@@ -45,12 +51,18 @@ upgrade:
45
51
- Update utilities as needed due to partial merge.
46
52
47
53
- |
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
54
66
this change would be useful for you and other users.
55
67
56
68
- |
0 commit comments