networkx / networkx-metis

NetworkX Addon to allow graph partitioning with METIS
Other
79 stars 21 forks source link

Move _metis.pyx and _api.pxd inside networkx.addons.metis namespace #32

Closed OrkoHunter closed 9 years ago

landscape-bot commented 9 years ago

Code Health Repository health decreased by 2% when pulling c716d64 on OrkoHunter:move_pyx-and-pxd into 872cda0 on networkx:master.

OrkoHunter commented 9 years ago

If we all agree for this relocation, this can be merged. Currently we only have one pyx and pxd file, so things are clear enough, but if there are numerous such wrapper files, it would be potentially confusing as which .pyx is generating which .so and where. Henceforth, this structure should be followed.