python-igraph
python-igraph copied to clipboard
Function parity with C core
First chunk of functions to be floated up to the Python interface from the C core, as planned in #389.
Some of this stuff in the C core is not yet released, so let's wait for the next minor release before merging this one.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
It would make sense to not do this as one huge PR, but break it down into several. I suggest renaming this PR to Eulerian cycles + Max cliques, making sure that these two work correctly, and merging.
Then each other chunk of functionality can have it's own PR.
python-igraph seems to be well behind R on feature coverage. Catching up should be a priority and I think we can make quicker progress in small chunks.
👍