pmneila / PyMCubes

Marching cubes (and related tools) for Python
BSD 3-Clause "New" or "Revised" License
692 stars 87 forks source link

Use oldest-supported-numpy #39

Closed pmneila closed 1 year ago

pmneila commented 1 year ago

This is necessary because the NumPy ABI is only forward compatible

codecov-commenter commented 1 year ago

Codecov Report

Base: 81.99% // Head: 81.99% // No change to project coverage :thumbsup:

Coverage data is based on head (8256bff) compared to base (cbb2a53). Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #39 +/- ## ======================================= Coverage 81.99% 81.99% ======================================= Files 5 5 Lines 211 211 ======================================= Hits 173 173 Misses 38 38 ``` | [Impacted Files](https://codecov.io/gh/pmneila/PyMCubes/pull/39?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [mcubes/version.py](https://codecov.io/gh/pmneila/PyMCubes/pull/39?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-bWN1YmVzL3ZlcnNpb24ucHk=) | `0.00% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.