rustworkx
rustworkx copied to clipboard
A high performance Python graph library implemented in Rust.
This commit improves some of the introductory material for the rustworkx documentation. The introductory guides for rustworkx were a bit lacking, partially because it inherited the basic install guide from...
Bumps [ahash](https://github.com/tkaitchuck/ahash) from 0.7.6 to 0.8.0. Release notes Sourced from ahash's releases. Version 0.8.0 Improve the API from 0.7 and may require code changes for some applications. Removes the build...
### What is the expected enhancement? I just use retworkx to replace my networkx part, but I come across a problem, I can't find the proper retworkx API to replace...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.142 to 1.0.143. Release notes Sourced from serde's releases. v1.0.143 Invert build.rs cfgs in serde_test to produce the most modern configuration in the default case (#2253, thanks...
This commit adds a new function, simple_cycles(), which is an implementation of Johnson's algorithm [1] for finding all the simple cycles in a directed graph. The implementation is based on...
### Information - **retworkx version**: e9edfdc - **Python version**: 3.9 - **Rust version**: 1.62.1 - **Operating system**: FreeBSD 13.1 ### What is the current behavior? plist is missing lib/python3.9/site-packages/rustworkx/rustworkx.cpython-39.so ###...
### Information - **retworkx version**: e9edfdc - **Python version**: 3.9 - **Rust version**: 1.62.1 - **Operating system**: FreeBSD 13.1 ### What is the current behavior? ``` ==================================================================================== test session starts...
### What is the expected enhancement? for working with layers (iterations, etc.), expected nodes indexes, but not data used for creation it would be nice to have an extension of...
We add retry attemps to the test that writes the edge list This specific flaky test has made the CI fail multiple times. Instead of manually having to retrigger all...
Related to #440 Adds the difference between two graphs for `PyDiGraph` and `PyGraph`.