Skip to content

Commit 95894f7

Browse files
authored
Prepare 0.7 Release (#709)
* Move renos, add prelude * Fix spelling
1 parent 813d954 commit 95894f7

13 files changed

+19
-0
lines changed

.pylintdict

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ nxd
153153
nxm
154154
observables
155155
olson
156+
onboarding
156157
opflow
157158
optim
158159
optimizer's
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
prelude: >
3+
Qiskit Machine Learning has been migrated to the `qiskit-community Github organization
4+
<https://github.com/qiskit-community>`_ to further emphasize that it is a community-driven project.
5+
6+
To reflect this change, and because we are onboarding additional code-owners and maintainers,
7+
with this version (0.7) we have decided to *remove all deprecated* code, regardless of the time of its deprecation.
8+
This ensures that the new members of the development team do not have a large bulk of legacy code to maintain.
9+
10+
This can mean one of two things for you as the end-user:
11+
12+
#. Nothing, if you already migrated your code and no longer rely on any deprecated features.
13+
#. Otherwise, you should make sure that your workflow doesn't rely on deprecated classes. If you cannot do that,
14+
or want to continue using some of the features that were removed, you should pin your version of
15+
Qiskit Machine Learning to 0.6.
16+
17+
For more context on the changes around Qiskit Machine Learning and the other application projects as well as the
18+
Algorithms library in Qiskit, be sure to read this `blog post <https://ibm.biz/BdSyNm>`_.

0 commit comments

Comments
 (0)