manodeep / Corrfunc

⚡️⚡️⚡️Blazing fast correlation functions on the CPU.
https://corrfunc.readthedocs.io
MIT License
167 stars 53 forks source link

Add NumPy 2 support #323

Closed lgarrison closed 3 months ago

lgarrison commented 4 months ago

We still need to update GitHub Actions to test NumPy 1 and 2, but this builds and passes tests locally for both versions.

manodeep commented 3 months ago

We need to update the Actions CI anyway - there are the CI failures for OSX (py2.7 and numpy 1.16). May be this is the opportunity to drop py2.7, numpy 1.16 and add in the numpy2 capability

manodeep commented 3 months ago

@lgarrison I merged in this branch into the CI-update branch. Think it's okay to delete this numpy-2 branch and close the PR

lgarrison commented 3 months ago

Sounds good!