Skip to content

Commit

Permalink
Scipy 1.14 compatibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
woodsp-ibm committed Jun 29, 2024
1 parent e3be664 commit 2ce7362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions releasenotes/notes/numpy_2.0_fix-c29681db4874eee8.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
fixes:
- |
Compatibility fix for numpy 2.0 version. csr_matrix.H had been deprecated
and was removed in 2.0. The :class:`.NumPyEigensolver` algorithm, which
Compatibility fix for scipy 1.14 version. csr_matrix.H had been deprecated
and was removed. The :class:`.NumPyEigensolver` algorithm, which
had been using that, has been updated to use an alternative.

0 comments on commit 2ce7362

Please sign in to comment.