Ivan Carvalho

Results 185 comments of Ivan Carvalho

We can replace the signature with `PyDiGraph[Any,Any]`, but honestly that is a pyright quirk from https://github.com/microsoft/pyright/discussions/5101. Mypy treat it as `Any` which is what we tested for. I’ll explore how...

> > We can replace the signature with `PyDiGraph[Any,Any]`, but honestly that is a pyright quirk from [microsoft/pyright#5101](https://github.com/microsoft/pyright/discussions/5101). > > Mypy treat it as `Any` which is what we tested...

CI should be unblocked now that #1258 is merged

I think it would be a welcome addition to rustworkx but we will probably focus on implementing #1141 to get started with community detection algorithms

I think this is aligned with #1033, I don't think it will be easy to implement but it is our most requested integration. In the meantime, maybe you can use...

Out of all the centralities discussed in #441, I firmly belive this is one of the easiest ones. This would be a good first contribution for the folks that want...

> Hi @IvanIsCoding , I want to start contributing. As this is my first time, requesting more info on the requirement. Thanks for your time. 1. [Understand the formula for...

Also, last but not least add a test to test edge betweness centrality with a deleted node: https://github.com/Qiskit/rustworkx/blob/30897c5bc46efcb17bc81c33946a0a4260e2d652/tests/graph/test_centrality.py#L62

There are some Clippy failures, but they are from the update to Rust 1.89. They are not your fault. you can leave the PR as is, I’ll tweak it and...

@Rachel-Eva I don’t have a preferred approach. I think part of the task is exploring how other libraries do this. There’s a balance between a test that is too strict...