Ivan Carvalho
Ivan Carvalho
Adds the famous [Zachary's karate club](https://en.wikipedia.org/wiki/Zachary%27s_karate_club), a network that is used in many examples. Makes #1277 easier and I assume it will be used in lots of example for community...
This adds Python 3.13 to CI and bumps `cibuildwheel` to the latest version. I will test the wheel build on my personal repository before merging.
The `py-clone` feature is going to be deprecated in the PyO3 0.23 release. Unfortunately, we use it extensively. ``` Some errors have detailed explanations: E0271, E0277, E0308, E0507, E0596, E0599....
### What is the expected enhancement? Follow up of #840 (related: #1091, #1464) We have [`to_dot`](https://www.rustworkx.org/apiref/rustworkx.PyGraph.to_dot.html) methods in both `PyGraph` and `PyDiGraph`. Ideally, we would also like to have a...
Follow up of #1447. After the parent PR is merged, the diff of this PR will be smaller. True diff: https://github.com/IvanIsCoding/rustworkx/compare/pyodide-rayon...IvanIsCoding:rustworkx:pixi-pyodide This uses [pixi](https://pixi.sh/) to run the Pyodide build. This...
Follow up of #1447 and #1449. True diff: https://github.com/IvanIsCoding/rustworkx/compare/pixi-pyodide...IvanIsCoding:rustworkx:test-pyodide This builds on the preview two PRs by adding a Pixi task that does the following: * Runs `npm install` to...
Closes #1378 The changes are in the relase note, but a summary is: * Linux aarch64 has been promoted to Tier 1 * To test aarch64 in CI without adding...
Closes #703 This adds support for Pyodide. We list Pyodie in a brand new tier that is Tier Experimental. Currently, we build with `pyoide-build==0.30.2` using the following flags: ``` export...
Follow up combining #1420 and the wheels built on #1449. Edit: the diff is now smaller; of course we still depend on #1449 to add the code that built the...
### What is the expected enhancement? Currently, we test `rustworkx` with unit tests in Python and we test `rustworkx-core` with unit tests and doctests in Rust. Because `rustworkx-core` is written...