ioos / compliance-checker

Python tool to check your datasets against compliance standards
http://ioos.github.io/compliance-checker/
Apache License 2.0
108 stars 58 forks source link

Test against numpy 2.0 #1073

Closed ocefpaf closed 4 months ago

ocefpaf commented 4 months ago

Hopefully nothing will break but numpy 2.0 change a lot of its API and deprecated many methods and functions.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 81.91%. Comparing base (21364f9) to head (f1499e2). Report is 1 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1073 +/- ## ======================================== Coverage 81.91% 81.91% ======================================== Files 24 24 Lines 5171 5171 Branches 1237 1237 ======================================== Hits 4236 4236 Misses 634 634 Partials 301 301 ```

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

ocefpaf commented 4 months ago

All tests are passing with numpy 2.0 🎉

Self-merging this one b/c it only adds an extra item to the "not integration" test matrix.