Skip to content

Commit

Permalink
Prepare 0.7 Release (#709)
Browse files Browse the repository at this point in the history
* Move renos, add prelude

* Fix spelling
  • Loading branch information
ElePT authored Nov 10, 2023
1 parent 813d954 commit 95894f7
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pylintdict
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ nxd
nxm
observables
olson
onboarding
opflow
optim
optimizer's
Expand Down
18 changes: 18 additions & 0 deletions releasenotes/notes/0.7/0.7-prelude-da0a365f75662bb6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
prelude: >
Qiskit Machine Learning has been migrated to the `qiskit-community Github organization
<https://github.com/qiskit-community>`_ to further emphasize that it is a community-driven project.
To reflect this change, and because we are onboarding additional code-owners and maintainers,
with this version (0.7) we have decided to *remove all deprecated* code, regardless of the time of its deprecation.
This ensures that the new members of the development team do not have a large bulk of legacy code to maintain.
This can mean one of two things for you as the end-user:
#. Nothing, if you already migrated your code and no longer rely on any deprecated features.
#. Otherwise, you should make sure that your workflow doesn't rely on deprecated classes. If you cannot do that,
or want to continue using some of the features that were removed, you should pin your version of
Qiskit Machine Learning to 0.6.
For more context on the changes around Qiskit Machine Learning and the other application projects as well as the
Algorithms library in Qiskit, be sure to read this `blog post <https://ibm.biz/BdSyNm>`_.

0 comments on commit 95894f7

Please sign in to comment.