astropy / astropy-healpix

BSD-licensed HEALPix for Astropy - maintained by @astrofrog and @lpsinger
https://astropy-healpix.readthedocs.io
BSD 3-Clause "New" or "Revised" License
50 stars 22 forks source link

Unpin Numpy version for building wheels #201

Closed lpsinger closed 7 months ago

lpsinger commented 8 months ago

Allow using any version of Numpy between 1.25 and 2. This will allow us to use the latest release of Numpy on PyPI and take advantage of prebuilt wheels for more platforms and architectures.

Use the new NPY_TARGET_VERSION macro to peform a backward-compatible supporting versions of Numpy as old as 1.19.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (855a8f9) 88.27% compared to head (f95a90d) 88.27%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #201 +/- ## ======================================= Coverage 88.27% 88.27% ======================================= Files 6 6 Lines 503 503 ======================================= Hits 444 444 Misses 59 59 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.