prototype-zne icon indicating copy to clipboard operation
prototype-zne copied to clipboard

Support for NumPy 2.x

Open gsamsonidze opened this issue 1 year ago • 1 comments

Summary

The current code does not work with NumPy 2.x because importing float_ fails. This PR replaces float_ with float64, which is an alias for float_ and is present in both NumPy 1.x and NumPy 2.x.

Details and comments

  • [x] The current tests cover my changes. One test currently fails with or without my changes.
  • [x] The documentation does not specify the NumPy version.
  • [x] I have read the CONTRIBUTING document.

gsamsonidze avatar Aug 21 '24 15:08 gsamsonidze

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 21 '24 15:08 CLAassistant