Ivan Carvalho

Results 185 comments of Ivan Carvalho

Done: https://crates.io/crates/rustworkx-core

@LaurentBergeron I didn't meant to steal this issue from, I was going to send you the problematic code and found the fix. Can you help me review this though?

For the record, I tested the example from #660 on a Windows machine and the image displayed correctly without issues. I was also able to build the documentation which contains...

Thansk for catching this. I can reproduce the bug, here's a minimum example that triggers it ```python import retworkx as rx from retworkx.visualization import mpl_draw, graphviz_draw graph_1 = rx.generators.path_graph(2) im...

It is available under the old name of `retworkx`, you can install: ``` pip install retworkx ``` The package under the new name will be available soon. If you really...

It is now available at https://pypi.org/project/rustworkx

I am working on this but feel free to join this issue, contributions with guides and tutorials are always welcome

I had an idea that can help us avoid duplication and make type annotations manageable. Here is what I thought: ## Idea The idea is to make `.pyi` stub files...

> Coming back with a more detailed approach (works for functions but _not_ for classes) that is slightly different from what I had in mind in the previous comment: >...

> Just to play devil's advocate: would it be that bad to manually maintain `.pyi` files? Writing them the first time can be painful, but it can be gradual. And...