pmneila / PyMaxflow

Python library for creating flow networks and computing the maxflow/mincut (aka graph-cuts for Python)
http://pmneila.github.io/PyMaxflow/
242 stars 59 forks source link

Add oldest-supported-numpy for NumPy ABI compatibility #61

Closed pmneila closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

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

Coverage data is based on head (36f6098) compared to base (343aafb). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #61 +/- ## ======================================= Coverage 96.15% 96.15% ======================================= Files 3 3 Lines 104 104 ======================================= Hits 100 100 Misses 4 4 ``` | [Impacted Files](https://codecov.io/gh/pmneila/PyMaxflow/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [maxflow/version.py](https://codecov.io/gh/pmneila/PyMaxflow/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-bWF4Zmxvdy92ZXJzaW9uLnB5) | `100.00% <100.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.