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

Scipy 1.14 compatibility fix (backport #184) #185

Merged
merged 1 commit into from
Jul 6, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jul 6, 2024

Summary

Fixes #182

Scipy 1.14 compatibility fix

Details and comments

Using .H from csr_matrix had been deprecated and has now been removed in scipy 1.14. This changes NumPyEigensolver, to use an alternative (and works with the prior scipy). This also ends up fixing CI which has been failing in nightly builds recently.


This is an automatic backport of pull request #184 done by [Mergify](https://mergify.com).

(cherry picked from commit 3fb69b3)
@mergify mergify bot requested review from Cryoris, woodsp-ibm and ElePT as code owners July 6, 2024 12:50
@coveralls
Copy link

coveralls commented Jul 6, 2024

Pull Request Test Coverage Report for Build 9819385853

Details

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.2%) to 90.47%

Totals Coverage Status
Change from base Build 9161069759: -0.2%
Covered Lines: 6351
Relevant Lines: 7020

💛 - Coveralls

@mergify mergify bot merged commit a6a6ca8 into stable/0.3 Jul 6, 2024
19 checks passed
@mergify mergify bot deleted the mergify/bp/stable/0.3/pr-184 branch July 6, 2024 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants