Ivan Carvalho

Results 50 issues of Ivan Carvalho

Right now, we still have a `tox.ini` in our repostiory since #861. In this PR, I effectively alias `tox` to `nox` and remove that file. Doing that is quite simple:...

### What is the expected enhancement? Motivated by #1308 Currently our tests only catch serious regressions like image generation failing. We don’t assert anything about the image themselves. I have...

enhancement
help wanted
good first issue

### What is the expected enhancement? In short, this enhancement consits of two tasks #### Re-enable signature for methods with singledispatch Undo the work in #606. https://github.com/Qiskit/qiskit_sphinx_theme/issues/21 was closed a...

enhancement
documentation

### What is the expected enhancement? In #1385, we skipped the Python tests for `newman_weighted_closeness_centrality`. Before the 0.17 release, we need to test the function. Notice that the PR has...

enhancement
good first issue

Related to #1345 Follow up of #1348 True diff: https://github.com/IvanIsCoding/rustworkx/compare/class-get-item...IvanIsCoding:rustworkx:pep563-custom-return-types After #1348 is merged this should be easier to review

on hold

In short, everything described in https://github.com/Qiskit/rustworkx/pull/1371#issuecomment-2629629721: ``` * win32 got removed from Qiskit and I think it should be removed from rustworkx * aarch64 manylinux could be promoted to tier...

documentation

### What is the expected enhancement? Follow up of #1330 This is just to track the excellent work done in https://github.com/Qiskit/rustworkx/pull/1330#issuecomment-2508671884 by @airwoodix such that it doesn't get lost. We...

enhancement

In short, this PR: * Moves the build from 3.9 ABI to 3.10 ABI * Removes Python 3.9 from GitHub actions * Bumps Python in CI: 3.10->3.12 to avoid having...

Follow up of #1509. Until #1509 is merged, it contains the diffs of it. True diff: https://github.com/IvanIsCoding/rustworkx/compare/remove-39-retworkx...IvanIsCoding:rustworkx:upgrade-314 Python 3.14 already works, this PR just lists it as supported and adds...

dependencies

This PR is stacked on top of #1521, for the true diff: https://github.com/IvanIsCoding/rustworkx/compare/ruff-format...IvanIsCoding:rustworkx:upgrade-314 `ruff format` is more mature now. We save one dependency in CI. The diff from `black` to...