pytroll / pyresample

Geospatial image resampling in Python
http://pyresample.readthedocs.org
GNU Lesser General Public License v3.0
348 stars 94 forks source link

Build wheels against numpy 2 #583

Closed djhoese closed 7 months ago

djhoese commented 7 months ago

Temporary solution to build wheels that are compatible with numpy 1 and numpy 2. Once numpy 2 is released these extra lines can be removed.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (9ef274f) 93.99% compared to head (841fbf7) 93.99%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #583 +/- ## ======================================= Coverage 93.99% 93.99% ======================================= Files 92 92 Lines 13777 13777 ======================================= Hits 12950 12950 Misses 827 827 ``` | [Flag](https://app.codecov.io/gh/pytroll/pyresample/pull/583/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytroll) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/pytroll/pyresample/pull/583/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytroll) | `93.99% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytroll#carryforward-flags-in-the-pull-request-comment) to find out more.

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

coveralls commented 7 months ago

Coverage Status

coverage: 93.656%. remained the same when pulling 841fbf7edebb2ef1aa9c900d1bf4500b7c6cc588 on djhoese:feat-wheel-np2 into 1a364585d28b680ef4520932ca1c19c835bb3dc5 on pytroll:main.