Skip to content

Commit eb1e981

Browse files
authored
Merge 4124929 into 547da87
2 parents 547da87 + 4124929 commit eb1e981

11 files changed

+15
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
prelude: >
3+
This release compiles a series of important updates to the package, including:
4+
5+
- dropped support for Python 3.8 and added support for Python 3.13
6+
- added support for PrimitivesV2
7+
- addressed deprecations from the 1.x cycle
8+
9+
These changes allow for qiskit-algorithms to now support
10+
`Qiskit 2.x <https://docs.quantum.ibm.com/api/qiskit/release-notes/2.0>`__
11+
while maintaining support for the 1.x cycle.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
prelude: |
2+
prelude: >
33
Following up on the deprecation of ``BlueprintsCircuit`` in the 2.1 version of Qiskit, most
44
tests have been updated to use the replacements functions instead. These circuits are still
55
supported by ``qiskit-algorithms``, though their use is now deprecated, and their support will
@@ -12,6 +12,7 @@ prelude: |
1212
1313
The :class:`.AdaptVQE` class now supports a new way to specify its ansatz, following up on the
1414
deprecation of :class:`~qiskit.circuit.library.EvolvedOperatorAnsatz`.
15+
1516
features:
1617
- |
1718
The :class:`.AmplificationProblem` and :class:`.Grover` classes now support being
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)