python-igraph icon indicating copy to clipboard operation
python-igraph copied to clipboard

Function parity with C core

Open iosonofabio opened this issue 4 years ago • 5 comments

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.

iosonofabio avatar Apr 29 '21 08:04 iosonofabio

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.

stale[bot] avatar Jun 28 '21 10:06 stale[bot]

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.

stale[bot] avatar Sep 10 '21 22:09 stale[bot]

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.

stale[bot] avatar Dec 01 '21 06:12 stale[bot]

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.

szhorvat avatar Apr 11 '22 10:04 szhorvat

👍

iosonofabio avatar Apr 11 '22 10:04 iosonofabio