biolab / orange3-network

🍊 🕸 Network analysis add-on for Orange data mining suite.
Other
39 stars 33 forks source link

Fix setup to work with Cython 3.0 #253

Closed janezd closed 1 year ago

janezd commented 1 year ago
Issue

Cython 3.0 with current setup.py cythonizes pyx -> c, but doesn't call compiler.

Description of changes

Call cythonize. Whyever.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (3496707) 73.34% compared to head (edc529b) 73.34%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #253 +/- ## ======================================= Coverage 73.34% 73.34% ======================================= Files 21 21 Lines 2975 2975 ======================================= Hits 2182 2182 Misses 793 793 ```

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

PrimozGodec commented 1 year ago

Sorry, I overlooked this PR before merging https://github.com/biolab/orange3-network/pull/255.