hyperspy / rosettasciio

Python library for reading and writing scientific data format
https://hyperspy.org/rosettasciio
GNU General Public License v3.0
44 stars 26 forks source link

numpy 2.0 removal #238

Closed ericpre closed 4 months ago

ericpre commented 4 months ago

Use ruff check . --select NPY201 to find these.

For reference: https://numpy.org/devdocs/release/2.0.0-notes.html#numpy-2-0-python-api-removals.

Progress of the PR

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 75.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 86.36%. Comparing base (24fc42d) to head (fd8b1d5).

Files Patch % Lines
rsciio/utils/tools.py 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #238 +/- ## ======================================= Coverage 86.36% 86.36% ======================================= Files 83 83 Lines 10604 10604 Branches 2307 2307 ======================================= Hits 9158 9158 Misses 930 930 Partials 516 516 ```

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