Ivan Carvalho
Ivan Carvalho
> Ivan: an alternative is to accept a `Py` in the slot and implement the conversion logic using the PyO3 traits manually (with a little bit of type checking). That's...
I think the limitation here is that Spring Layout is computationally expensive which is not what you need. I think there are other families of layout algorithms that could fit...
> I find that SFDP is fast and works well for large graphs (10k to 100k nodes, for me), which is why I opened #917 way back in the day....
I bumped `ruff` to lint for Python 3.10 and it found some fixes that are only available for 3.10+.
I will address the comments on Saturday. I plan to add 3.14 support on a separate PR. It will need some minor change for the MyPy stub tests. Right now,...
Also, I just remembered we need to bump cibuildwheel’s version to support testing with 3.14. So after we merge this (it’s ready), I will kick off the 3.14 support PR...
NetworkX's update broke CI, let me send a PR fixing it
I think this is a good ask. Right not we have no community detection algorithms implemented, but this could be an effort like #315 to start implementing those. Sometimes it...
Firstly, our goal is to expand the graph library. Most of the existing algorithms started like this, someone needed a specific algorithm and we eventually implemented it. There is a...
One last thought: for `leiden` specifically, I think if you build upon `petgraph` and `rustworkx-core` it would make life simpler to port your own version to be included in rustworkx....