Skip to content

Commit

Permalink
Add first release note (qiskit-community#19)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Wood <[email protected]>
Co-authored-by: Eric Arellano <[email protected]>
  • Loading branch information
3 people authored Jul 25, 2023
1 parent 529f9a2 commit c8f30b5
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
prelude:
- |
Qiskit's `qiskit.algorithms` module has been superseded by this
new standalone library, ``qiskit_algorithms``.
As of Qiskit's 0.25 release, active development of new
algorithm features has moved to this 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``. If you have not yet
migrated from ``QuantumInstance``-based to primitives-based algorithms,
you should follow the migration guidelines in https://qisk.it/algo_migration,
to complete the migration of your code, as this package does not include
any deprecated algorithm function.
The decision to migrate the :mod:`~.algorithms` module to a
separate package was made to clarify the purpose of Qiskit and
make a distinction between the tools and libraries built on top of it.

0 comments on commit c8f30b5

Please sign in to comment.