Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deprecation warning to algs module #10406

Merged
merged 8 commits into from
Jul 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add release note
  • Loading branch information
mtreinish committed Jul 19, 2023
commit e1a1c62be66433ec14f83c6ce9be6488b03054c2
20 changes: 20 additions & 0 deletions releasenotes/notes/deprecate-algorithms-7149dee2da586549.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
deprecations:
- |
The :mod:`qiskit.algorithms` module has been deprecated and will be removed
in a future release. It has been superseded by a new standalone library
``qiskit-algorithms`` which can be found on PyPi or on Github here:

https://github.com/qiskit-community/qiskit-algorithms

The :mod:`qiskit.algorithms` will continue to work as before and bug fixes
will be made to module until it's future removal. But, active development
of new features has moved to the new package.
If you're relying on :mod:`qiskit.algorithms` you should update your
requirements to also include ``qiskit-algorithms`` and update the imports
from ``qiskit.algorithms`` to ``qiskit_algorithms``. The decision to
migrate the :mod:`~.algorithms` module to a separate package was made to
clarify the purpose Qiskit and make a distinction between the tools and
libraries built on top of it.
ElePT marked this conversation as resolved.
Show resolved Hide resolved


Loading