Commit 08c21ec
authored
Add parallelism to
* First look at parallel implementation
* Add parallel threshold parameter
* Add parllel_threshold to Python arguments
* Make weighted closeness centrality also parallel
* Add new argument to type stubs
* Document parameters for newman's type specific functions
* Add parallel tests to Python
* Add release notes for the change
* Boost coverage of Newman Weighted Centrality via unweighted test case
* Simplify implementation with .collect()
* Add parallel_threshold to docstring
* Fix cargo clippy warnings
* Document RAYON_NUM_THREADS
* Move reno section to upgrade
* Add rayon num threads detail to Python
* Update Python docstring as well
* Try to fix indentationcloness_centrality (#1392)1 parent 9fda230 commit 08c21ec
File tree
9 files changed
+613
-342
lines changed- releasenotes/notes
- rustworkx-core
- src
- tests
- rustworkx
- src
- tests
- digraph
- graph
9 files changed
+613
-342
lines changedLines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments