okstra 0.130.3 → 0.131.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (367) hide show
  1. package/README.md +0 -1
  2. package/docs/architecture.md +2 -2
  3. package/docs/cli.md +1 -1
  4. package/docs/for-ai/README.md +0 -2
  5. package/docs/for-ai/skills/okstra-run.md +13 -2
  6. package/docs/for-ai/skills/okstra-setup.md +4 -1
  7. package/docs/project-structure-overview.md +5 -4
  8. package/docs/task-process/implementation-planning.md +13 -0
  9. package/docs/task-process/implementation.md +17 -2
  10. package/package.json +1 -1
  11. package/runtime/BUILD.json +2 -2
  12. package/runtime/agents/workers/report-writer-worker.md +7 -0
  13. package/runtime/bin/lib/okstra/usage.sh +4 -4
  14. package/runtime/prompts/lead/okstra-lead-contract.md +2 -2
  15. package/runtime/prompts/lead/plan-body-verification.md +26 -5
  16. package/runtime/prompts/lead/report-writer.md +6 -2
  17. package/runtime/prompts/profiles/_common-contract.md +2 -1
  18. package/runtime/prompts/profiles/_implementation-deliverable.md +6 -1
  19. package/runtime/prompts/profiles/_implementation-executor.md +2 -2
  20. package/runtime/prompts/profiles/_implementation-verifier.md +33 -10
  21. package/runtime/prompts/profiles/final-verification.md +21 -6
  22. package/runtime/prompts/profiles/implementation-planning.md +21 -4
  23. package/runtime/python/okstra_ctl/codex_dispatch.py +31 -0
  24. package/runtime/python/okstra_ctl/conformance.py +49 -11
  25. package/runtime/python/okstra_ctl/report_finalize.py +52 -1
  26. package/runtime/python/okstra_ctl/report_views.py +32 -5
  27. package/runtime/python/okstra_ctl/run.py +15 -3
  28. package/runtime/python/okstra_ctl/worker_prompt_contract.py +14 -6
  29. package/runtime/python/okstra_ctl/worker_prompt_policy.py +19 -1
  30. package/runtime/python/okstra_vendor/__init__.py +0 -44
  31. package/runtime/schemas/final-report-v1.0.schema.json +101 -6
  32. package/runtime/skills/okstra-run/SKILL.md +11 -4
  33. package/runtime/skills/okstra-setup/SKILL.md +3 -2
  34. package/runtime/skills/okstra-setup/references/project-config.md +16 -7
  35. package/runtime/templates/reports/final-report.template.md +18 -12
  36. package/runtime/templates/reports/i18n/en.json +1 -0
  37. package/runtime/templates/reports/i18n/ko.json +1 -0
  38. package/runtime/templates/reports/report.css +18 -0
  39. package/runtime/validators/lib/fixtures.sh +6 -0
  40. package/runtime/validators/validate-run.py +1722 -98
  41. package/src/cli-registry.mjs +0 -7
  42. package/src/commands/lifecycle/doctor.mjs +0 -9
  43. package/src/lib/skill-catalog.mjs +0 -1
  44. package/docs/for-ai/skills/okstra-graphify.md +0 -64
  45. package/runtime/python/okstra_ctl/graphify_cmd.py +0 -225
  46. package/runtime/python/okstra_vendor/graphify/.vendored-version +0 -1
  47. package/runtime/python/okstra_vendor/graphify/__init__.py +0 -28
  48. package/runtime/python/okstra_vendor/graphify/__main__.py +0 -1371
  49. package/runtime/python/okstra_vendor/graphify/analyze.py +0 -540
  50. package/runtime/python/okstra_vendor/graphify/benchmark.py +0 -129
  51. package/runtime/python/okstra_vendor/graphify/build.py +0 -107
  52. package/runtime/python/okstra_vendor/graphify/cache.py +0 -169
  53. package/runtime/python/okstra_vendor/graphify/cluster.py +0 -137
  54. package/runtime/python/okstra_vendor/graphify/detect.py +0 -510
  55. package/runtime/python/okstra_vendor/graphify/export.py +0 -1014
  56. package/runtime/python/okstra_vendor/graphify/extract.py +0 -3277
  57. package/runtime/python/okstra_vendor/graphify/hooks.py +0 -220
  58. package/runtime/python/okstra_vendor/graphify/ingest.py +0 -297
  59. package/runtime/python/okstra_vendor/graphify/manifest.py +0 -4
  60. package/runtime/python/okstra_vendor/graphify/report.py +0 -175
  61. package/runtime/python/okstra_vendor/graphify/security.py +0 -203
  62. package/runtime/python/okstra_vendor/graphify/serve.py +0 -373
  63. package/runtime/python/okstra_vendor/graphify/skill-aider.md +0 -1184
  64. package/runtime/python/okstra_vendor/graphify/skill-claw.md +0 -1184
  65. package/runtime/python/okstra_vendor/graphify/skill-codex.md +0 -1242
  66. package/runtime/python/okstra_vendor/graphify/skill-copilot.md +0 -1268
  67. package/runtime/python/okstra_vendor/graphify/skill-droid.md +0 -1239
  68. package/runtime/python/okstra_vendor/graphify/skill-kiro.md +0 -1183
  69. package/runtime/python/okstra_vendor/graphify/skill-opencode.md +0 -1238
  70. package/runtime/python/okstra_vendor/graphify/skill-trae.md +0 -1208
  71. package/runtime/python/okstra_vendor/graphify/skill-vscode.md +0 -253
  72. package/runtime/python/okstra_vendor/graphify/skill-windows.md +0 -1245
  73. package/runtime/python/okstra_vendor/graphify/skill.md +0 -1319
  74. package/runtime/python/okstra_vendor/graphify/transcribe.py +0 -182
  75. package/runtime/python/okstra_vendor/graphify/validate.py +0 -72
  76. package/runtime/python/okstra_vendor/graphify/watch.py +0 -188
  77. package/runtime/python/okstra_vendor/graphify/wiki.py +0 -214
  78. package/runtime/python/okstra_vendor/networkx/__init__.py +0 -62
  79. package/runtime/python/okstra_vendor/networkx/algorithms/__init__.py +0 -134
  80. package/runtime/python/okstra_vendor/networkx/algorithms/approximation/__init__.py +0 -26
  81. package/runtime/python/okstra_vendor/networkx/algorithms/approximation/clique.py +0 -259
  82. package/runtime/python/okstra_vendor/networkx/algorithms/approximation/clustering_coefficient.py +0 -71
  83. package/runtime/python/okstra_vendor/networkx/algorithms/approximation/connectivity.py +0 -412
  84. package/runtime/python/okstra_vendor/networkx/algorithms/approximation/density.py +0 -396
  85. package/runtime/python/okstra_vendor/networkx/algorithms/approximation/distance_measures.py +0 -150
  86. package/runtime/python/okstra_vendor/networkx/algorithms/approximation/dominating_set.py +0 -149
  87. package/runtime/python/okstra_vendor/networkx/algorithms/approximation/kcomponents.py +0 -369
  88. package/runtime/python/okstra_vendor/networkx/algorithms/approximation/matching.py +0 -44
  89. package/runtime/python/okstra_vendor/networkx/algorithms/approximation/maxcut.py +0 -143
  90. package/runtime/python/okstra_vendor/networkx/algorithms/approximation/ramsey.py +0 -53
  91. package/runtime/python/okstra_vendor/networkx/algorithms/approximation/steinertree.py +0 -265
  92. package/runtime/python/okstra_vendor/networkx/algorithms/approximation/traveling_salesman.py +0 -1508
  93. package/runtime/python/okstra_vendor/networkx/algorithms/approximation/treewidth.py +0 -255
  94. package/runtime/python/okstra_vendor/networkx/algorithms/approximation/vertex_cover.py +0 -83
  95. package/runtime/python/okstra_vendor/networkx/algorithms/assortativity/__init__.py +0 -5
  96. package/runtime/python/okstra_vendor/networkx/algorithms/assortativity/connectivity.py +0 -122
  97. package/runtime/python/okstra_vendor/networkx/algorithms/assortativity/correlation.py +0 -302
  98. package/runtime/python/okstra_vendor/networkx/algorithms/assortativity/mixing.py +0 -255
  99. package/runtime/python/okstra_vendor/networkx/algorithms/assortativity/neighbor_degree.py +0 -160
  100. package/runtime/python/okstra_vendor/networkx/algorithms/assortativity/pairs.py +0 -127
  101. package/runtime/python/okstra_vendor/networkx/algorithms/asteroidal.py +0 -164
  102. package/runtime/python/okstra_vendor/networkx/algorithms/bipartite/__init__.py +0 -88
  103. package/runtime/python/okstra_vendor/networkx/algorithms/bipartite/basic.py +0 -322
  104. package/runtime/python/okstra_vendor/networkx/algorithms/bipartite/centrality.py +0 -290
  105. package/runtime/python/okstra_vendor/networkx/algorithms/bipartite/cluster.py +0 -289
  106. package/runtime/python/okstra_vendor/networkx/algorithms/bipartite/covering.py +0 -57
  107. package/runtime/python/okstra_vendor/networkx/algorithms/bipartite/edgelist.py +0 -360
  108. package/runtime/python/okstra_vendor/networkx/algorithms/bipartite/extendability.py +0 -105
  109. package/runtime/python/okstra_vendor/networkx/algorithms/bipartite/generators.py +0 -603
  110. package/runtime/python/okstra_vendor/networkx/algorithms/bipartite/link_analysis.py +0 -316
  111. package/runtime/python/okstra_vendor/networkx/algorithms/bipartite/matching.py +0 -590
  112. package/runtime/python/okstra_vendor/networkx/algorithms/bipartite/matrix.py +0 -232
  113. package/runtime/python/okstra_vendor/networkx/algorithms/bipartite/projection.py +0 -526
  114. package/runtime/python/okstra_vendor/networkx/algorithms/bipartite/redundancy.py +0 -112
  115. package/runtime/python/okstra_vendor/networkx/algorithms/bipartite/spectral.py +0 -69
  116. package/runtime/python/okstra_vendor/networkx/algorithms/boundary.py +0 -168
  117. package/runtime/python/okstra_vendor/networkx/algorithms/bridges.py +0 -205
  118. package/runtime/python/okstra_vendor/networkx/algorithms/broadcasting.py +0 -164
  119. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/__init__.py +0 -20
  120. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/betweenness.py +0 -591
  121. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/betweenness_subset.py +0 -236
  122. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/closeness.py +0 -282
  123. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/current_flow_betweenness.py +0 -364
  124. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/current_flow_betweenness_subset.py +0 -227
  125. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/current_flow_closeness.py +0 -96
  126. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/degree_alg.py +0 -150
  127. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/dispersion.py +0 -107
  128. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/eigenvector.py +0 -357
  129. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/flow_matrix.py +0 -130
  130. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/group.py +0 -787
  131. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/harmonic.py +0 -88
  132. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/katz.py +0 -331
  133. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/laplacian.py +0 -150
  134. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/load.py +0 -200
  135. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/percolation.py +0 -128
  136. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/reaching.py +0 -209
  137. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/second_order.py +0 -141
  138. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/subgraph_alg.py +0 -361
  139. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/trophic.py +0 -181
  140. package/runtime/python/okstra_vendor/networkx/algorithms/centrality/voterank_alg.py +0 -95
  141. package/runtime/python/okstra_vendor/networkx/algorithms/chains.py +0 -172
  142. package/runtime/python/okstra_vendor/networkx/algorithms/chordal.py +0 -443
  143. package/runtime/python/okstra_vendor/networkx/algorithms/clique.py +0 -818
  144. package/runtime/python/okstra_vendor/networkx/algorithms/cluster.py +0 -732
  145. package/runtime/python/okstra_vendor/networkx/algorithms/coloring/__init__.py +0 -4
  146. package/runtime/python/okstra_vendor/networkx/algorithms/coloring/equitable_coloring.py +0 -505
  147. package/runtime/python/okstra_vendor/networkx/algorithms/coloring/greedy_coloring.py +0 -565
  148. package/runtime/python/okstra_vendor/networkx/algorithms/communicability_alg.py +0 -163
  149. package/runtime/python/okstra_vendor/networkx/algorithms/community/__init__.py +0 -28
  150. package/runtime/python/okstra_vendor/networkx/algorithms/community/asyn_fluid.py +0 -153
  151. package/runtime/python/okstra_vendor/networkx/algorithms/community/bipartitions.py +0 -354
  152. package/runtime/python/okstra_vendor/networkx/algorithms/community/centrality.py +0 -171
  153. package/runtime/python/okstra_vendor/networkx/algorithms/community/community_utils.py +0 -30
  154. package/runtime/python/okstra_vendor/networkx/algorithms/community/divisive.py +0 -216
  155. package/runtime/python/okstra_vendor/networkx/algorithms/community/kclique.py +0 -79
  156. package/runtime/python/okstra_vendor/networkx/algorithms/community/label_propagation.py +0 -338
  157. package/runtime/python/okstra_vendor/networkx/algorithms/community/leiden.py +0 -162
  158. package/runtime/python/okstra_vendor/networkx/algorithms/community/local.py +0 -220
  159. package/runtime/python/okstra_vendor/networkx/algorithms/community/louvain.py +0 -384
  160. package/runtime/python/okstra_vendor/networkx/algorithms/community/lukes.py +0 -227
  161. package/runtime/python/okstra_vendor/networkx/algorithms/community/modularity_max.py +0 -452
  162. package/runtime/python/okstra_vendor/networkx/algorithms/community/quality.py +0 -347
  163. package/runtime/python/okstra_vendor/networkx/algorithms/components/__init__.py +0 -6
  164. package/runtime/python/okstra_vendor/networkx/algorithms/components/attracting.py +0 -115
  165. package/runtime/python/okstra_vendor/networkx/algorithms/components/biconnected.py +0 -394
  166. package/runtime/python/okstra_vendor/networkx/algorithms/components/connected.py +0 -282
  167. package/runtime/python/okstra_vendor/networkx/algorithms/components/semiconnected.py +0 -71
  168. package/runtime/python/okstra_vendor/networkx/algorithms/components/strongly_connected.py +0 -359
  169. package/runtime/python/okstra_vendor/networkx/algorithms/components/weakly_connected.py +0 -196
  170. package/runtime/python/okstra_vendor/networkx/algorithms/connectivity/__init__.py +0 -11
  171. package/runtime/python/okstra_vendor/networkx/algorithms/connectivity/connectivity.py +0 -811
  172. package/runtime/python/okstra_vendor/networkx/algorithms/connectivity/cuts.py +0 -616
  173. package/runtime/python/okstra_vendor/networkx/algorithms/connectivity/disjoint_paths.py +0 -408
  174. package/runtime/python/okstra_vendor/networkx/algorithms/connectivity/edge_augmentation.py +0 -1270
  175. package/runtime/python/okstra_vendor/networkx/algorithms/connectivity/edge_kcomponents.py +0 -592
  176. package/runtime/python/okstra_vendor/networkx/algorithms/connectivity/kcomponents.py +0 -220
  177. package/runtime/python/okstra_vendor/networkx/algorithms/connectivity/kcutsets.py +0 -235
  178. package/runtime/python/okstra_vendor/networkx/algorithms/connectivity/stoerwagner.py +0 -152
  179. package/runtime/python/okstra_vendor/networkx/algorithms/connectivity/utils.py +0 -88
  180. package/runtime/python/okstra_vendor/networkx/algorithms/core.py +0 -588
  181. package/runtime/python/okstra_vendor/networkx/algorithms/covering.py +0 -142
  182. package/runtime/python/okstra_vendor/networkx/algorithms/cuts.py +0 -416
  183. package/runtime/python/okstra_vendor/networkx/algorithms/cycles.py +0 -1234
  184. package/runtime/python/okstra_vendor/networkx/algorithms/d_separation.py +0 -677
  185. package/runtime/python/okstra_vendor/networkx/algorithms/dag.py +0 -1392
  186. package/runtime/python/okstra_vendor/networkx/algorithms/distance_measures.py +0 -1095
  187. package/runtime/python/okstra_vendor/networkx/algorithms/distance_regular.py +0 -272
  188. package/runtime/python/okstra_vendor/networkx/algorithms/dominance.py +0 -142
  189. package/runtime/python/okstra_vendor/networkx/algorithms/dominating.py +0 -268
  190. package/runtime/python/okstra_vendor/networkx/algorithms/efficiency_measures.py +0 -167
  191. package/runtime/python/okstra_vendor/networkx/algorithms/euler.py +0 -470
  192. package/runtime/python/okstra_vendor/networkx/algorithms/flow/__init__.py +0 -11
  193. package/runtime/python/okstra_vendor/networkx/algorithms/flow/boykovkolmogorov.py +0 -370
  194. package/runtime/python/okstra_vendor/networkx/algorithms/flow/capacityscaling.py +0 -407
  195. package/runtime/python/okstra_vendor/networkx/algorithms/flow/dinitz_alg.py +0 -238
  196. package/runtime/python/okstra_vendor/networkx/algorithms/flow/edmondskarp.py +0 -241
  197. package/runtime/python/okstra_vendor/networkx/algorithms/flow/gomory_hu.py +0 -178
  198. package/runtime/python/okstra_vendor/networkx/algorithms/flow/maxflow.py +0 -611
  199. package/runtime/python/okstra_vendor/networkx/algorithms/flow/mincost.py +0 -356
  200. package/runtime/python/okstra_vendor/networkx/algorithms/flow/networksimplex.py +0 -662
  201. package/runtime/python/okstra_vendor/networkx/algorithms/flow/preflowpush.py +0 -425
  202. package/runtime/python/okstra_vendor/networkx/algorithms/flow/shortestaugmentingpath.py +0 -300
  203. package/runtime/python/okstra_vendor/networkx/algorithms/flow/utils.py +0 -194
  204. package/runtime/python/okstra_vendor/networkx/algorithms/graph_hashing.py +0 -435
  205. package/runtime/python/okstra_vendor/networkx/algorithms/graphical.py +0 -483
  206. package/runtime/python/okstra_vendor/networkx/algorithms/hierarchy.py +0 -57
  207. package/runtime/python/okstra_vendor/networkx/algorithms/hybrid.py +0 -196
  208. package/runtime/python/okstra_vendor/networkx/algorithms/isolate.py +0 -107
  209. package/runtime/python/okstra_vendor/networkx/algorithms/isomorphism/__init__.py +0 -7
  210. package/runtime/python/okstra_vendor/networkx/algorithms/isomorphism/ismags.py +0 -1306
  211. package/runtime/python/okstra_vendor/networkx/algorithms/isomorphism/isomorph.py +0 -336
  212. package/runtime/python/okstra_vendor/networkx/algorithms/isomorphism/isomorphvf2.py +0 -1262
  213. package/runtime/python/okstra_vendor/networkx/algorithms/isomorphism/matchhelpers.py +0 -352
  214. package/runtime/python/okstra_vendor/networkx/algorithms/isomorphism/temporalisomorphvf2.py +0 -308
  215. package/runtime/python/okstra_vendor/networkx/algorithms/isomorphism/tree_isomorphism.py +0 -264
  216. package/runtime/python/okstra_vendor/networkx/algorithms/isomorphism/vf2pp.py +0 -1102
  217. package/runtime/python/okstra_vendor/networkx/algorithms/isomorphism/vf2userfunc.py +0 -192
  218. package/runtime/python/okstra_vendor/networkx/algorithms/link_analysis/__init__.py +0 -2
  219. package/runtime/python/okstra_vendor/networkx/algorithms/link_analysis/hits_alg.py +0 -337
  220. package/runtime/python/okstra_vendor/networkx/algorithms/link_analysis/pagerank_alg.py +0 -498
  221. package/runtime/python/okstra_vendor/networkx/algorithms/link_prediction.py +0 -687
  222. package/runtime/python/okstra_vendor/networkx/algorithms/lowest_common_ancestors.py +0 -280
  223. package/runtime/python/okstra_vendor/networkx/algorithms/matching.py +0 -1148
  224. package/runtime/python/okstra_vendor/networkx/algorithms/minors/__init__.py +0 -27
  225. package/runtime/python/okstra_vendor/networkx/algorithms/minors/contraction.py +0 -738
  226. package/runtime/python/okstra_vendor/networkx/algorithms/mis.py +0 -78
  227. package/runtime/python/okstra_vendor/networkx/algorithms/moral.py +0 -59
  228. package/runtime/python/okstra_vendor/networkx/algorithms/node_classification.py +0 -219
  229. package/runtime/python/okstra_vendor/networkx/algorithms/non_randomness.py +0 -155
  230. package/runtime/python/okstra_vendor/networkx/algorithms/operators/__init__.py +0 -4
  231. package/runtime/python/okstra_vendor/networkx/algorithms/operators/all.py +0 -324
  232. package/runtime/python/okstra_vendor/networkx/algorithms/operators/binary.py +0 -468
  233. package/runtime/python/okstra_vendor/networkx/algorithms/operators/product.py +0 -633
  234. package/runtime/python/okstra_vendor/networkx/algorithms/operators/unary.py +0 -77
  235. package/runtime/python/okstra_vendor/networkx/algorithms/perfect_graph.py +0 -73
  236. package/runtime/python/okstra_vendor/networkx/algorithms/planar_drawing.py +0 -464
  237. package/runtime/python/okstra_vendor/networkx/algorithms/planarity.py +0 -1463
  238. package/runtime/python/okstra_vendor/networkx/algorithms/polynomials.py +0 -306
  239. package/runtime/python/okstra_vendor/networkx/algorithms/reciprocity.py +0 -98
  240. package/runtime/python/okstra_vendor/networkx/algorithms/regular.py +0 -167
  241. package/runtime/python/okstra_vendor/networkx/algorithms/richclub.py +0 -138
  242. package/runtime/python/okstra_vendor/networkx/algorithms/shortest_paths/__init__.py +0 -5
  243. package/runtime/python/okstra_vendor/networkx/algorithms/shortest_paths/astar.py +0 -239
  244. package/runtime/python/okstra_vendor/networkx/algorithms/shortest_paths/dense.py +0 -264
  245. package/runtime/python/okstra_vendor/networkx/algorithms/shortest_paths/generic.py +0 -716
  246. package/runtime/python/okstra_vendor/networkx/algorithms/shortest_paths/unweighted.py +0 -625
  247. package/runtime/python/okstra_vendor/networkx/algorithms/shortest_paths/weighted.py +0 -2542
  248. package/runtime/python/okstra_vendor/networkx/algorithms/similarity.py +0 -2107
  249. package/runtime/python/okstra_vendor/networkx/algorithms/simple_paths.py +0 -966
  250. package/runtime/python/okstra_vendor/networkx/algorithms/smallworld.py +0 -404
  251. package/runtime/python/okstra_vendor/networkx/algorithms/smetric.py +0 -30
  252. package/runtime/python/okstra_vendor/networkx/algorithms/sparsifiers.py +0 -296
  253. package/runtime/python/okstra_vendor/networkx/algorithms/structuralholes.py +0 -374
  254. package/runtime/python/okstra_vendor/networkx/algorithms/summarization.py +0 -564
  255. package/runtime/python/okstra_vendor/networkx/algorithms/swap.py +0 -406
  256. package/runtime/python/okstra_vendor/networkx/algorithms/threshold.py +0 -981
  257. package/runtime/python/okstra_vendor/networkx/algorithms/time_dependent.py +0 -142
  258. package/runtime/python/okstra_vendor/networkx/algorithms/tournament.py +0 -406
  259. package/runtime/python/okstra_vendor/networkx/algorithms/traversal/__init__.py +0 -5
  260. package/runtime/python/okstra_vendor/networkx/algorithms/traversal/beamsearch.py +0 -90
  261. package/runtime/python/okstra_vendor/networkx/algorithms/traversal/breadth_first_search.py +0 -576
  262. package/runtime/python/okstra_vendor/networkx/algorithms/traversal/depth_first_search.py +0 -529
  263. package/runtime/python/okstra_vendor/networkx/algorithms/traversal/edgebfs.py +0 -185
  264. package/runtime/python/okstra_vendor/networkx/algorithms/traversal/edgedfs.py +0 -182
  265. package/runtime/python/okstra_vendor/networkx/algorithms/tree/__init__.py +0 -7
  266. package/runtime/python/okstra_vendor/networkx/algorithms/tree/branchings.py +0 -1042
  267. package/runtime/python/okstra_vendor/networkx/algorithms/tree/coding.py +0 -413
  268. package/runtime/python/okstra_vendor/networkx/algorithms/tree/decomposition.py +0 -88
  269. package/runtime/python/okstra_vendor/networkx/algorithms/tree/distance_measures.py +0 -219
  270. package/runtime/python/okstra_vendor/networkx/algorithms/tree/mst.py +0 -1281
  271. package/runtime/python/okstra_vendor/networkx/algorithms/tree/operations.py +0 -106
  272. package/runtime/python/okstra_vendor/networkx/algorithms/tree/recognition.py +0 -273
  273. package/runtime/python/okstra_vendor/networkx/algorithms/triads.py +0 -500
  274. package/runtime/python/okstra_vendor/networkx/algorithms/vitality.py +0 -76
  275. package/runtime/python/okstra_vendor/networkx/algorithms/voronoi.py +0 -86
  276. package/runtime/python/okstra_vendor/networkx/algorithms/walks.py +0 -77
  277. package/runtime/python/okstra_vendor/networkx/algorithms/wiener.py +0 -278
  278. package/runtime/python/okstra_vendor/networkx/classes/__init__.py +0 -13
  279. package/runtime/python/okstra_vendor/networkx/classes/coreviews.py +0 -435
  280. package/runtime/python/okstra_vendor/networkx/classes/digraph.py +0 -1363
  281. package/runtime/python/okstra_vendor/networkx/classes/filters.py +0 -95
  282. package/runtime/python/okstra_vendor/networkx/classes/function.py +0 -1549
  283. package/runtime/python/okstra_vendor/networkx/classes/graph.py +0 -2082
  284. package/runtime/python/okstra_vendor/networkx/classes/graphviews.py +0 -269
  285. package/runtime/python/okstra_vendor/networkx/classes/multidigraph.py +0 -977
  286. package/runtime/python/okstra_vendor/networkx/classes/multigraph.py +0 -1294
  287. package/runtime/python/okstra_vendor/networkx/classes/reportviews.py +0 -1447
  288. package/runtime/python/okstra_vendor/networkx/convert.py +0 -502
  289. package/runtime/python/okstra_vendor/networkx/convert_matrix.py +0 -1314
  290. package/runtime/python/okstra_vendor/networkx/drawing/__init__.py +0 -7
  291. package/runtime/python/okstra_vendor/networkx/drawing/layout.py +0 -2036
  292. package/runtime/python/okstra_vendor/networkx/drawing/nx_agraph.py +0 -470
  293. package/runtime/python/okstra_vendor/networkx/drawing/nx_latex.py +0 -570
  294. package/runtime/python/okstra_vendor/networkx/drawing/nx_pydot.py +0 -361
  295. package/runtime/python/okstra_vendor/networkx/drawing/nx_pylab.py +0 -2978
  296. package/runtime/python/okstra_vendor/networkx/exception.py +0 -131
  297. package/runtime/python/okstra_vendor/networkx/generators/__init__.py +0 -34
  298. package/runtime/python/okstra_vendor/networkx/generators/atlas.dat.gz +0 -0
  299. package/runtime/python/okstra_vendor/networkx/generators/atlas.py +0 -227
  300. package/runtime/python/okstra_vendor/networkx/generators/classic.py +0 -1091
  301. package/runtime/python/okstra_vendor/networkx/generators/cographs.py +0 -68
  302. package/runtime/python/okstra_vendor/networkx/generators/community.py +0 -1070
  303. package/runtime/python/okstra_vendor/networkx/generators/degree_seq.py +0 -886
  304. package/runtime/python/okstra_vendor/networkx/generators/directed.py +0 -572
  305. package/runtime/python/okstra_vendor/networkx/generators/duplication.py +0 -174
  306. package/runtime/python/okstra_vendor/networkx/generators/ego.py +0 -66
  307. package/runtime/python/okstra_vendor/networkx/generators/expanders.py +0 -499
  308. package/runtime/python/okstra_vendor/networkx/generators/geometric.py +0 -1037
  309. package/runtime/python/okstra_vendor/networkx/generators/harary_graph.py +0 -163
  310. package/runtime/python/okstra_vendor/networkx/generators/internet_as_graphs.py +0 -443
  311. package/runtime/python/okstra_vendor/networkx/generators/intersection.py +0 -125
  312. package/runtime/python/okstra_vendor/networkx/generators/interval_graph.py +0 -70
  313. package/runtime/python/okstra_vendor/networkx/generators/joint_degree_seq.py +0 -664
  314. package/runtime/python/okstra_vendor/networkx/generators/lattice.py +0 -405
  315. package/runtime/python/okstra_vendor/networkx/generators/line.py +0 -501
  316. package/runtime/python/okstra_vendor/networkx/generators/mycielski.py +0 -110
  317. package/runtime/python/okstra_vendor/networkx/generators/nonisomorphic_trees.py +0 -259
  318. package/runtime/python/okstra_vendor/networkx/generators/random_clustered.py +0 -117
  319. package/runtime/python/okstra_vendor/networkx/generators/random_graphs.py +0 -1416
  320. package/runtime/python/okstra_vendor/networkx/generators/small.py +0 -1070
  321. package/runtime/python/okstra_vendor/networkx/generators/social.py +0 -554
  322. package/runtime/python/okstra_vendor/networkx/generators/spectral_graph_forge.py +0 -120
  323. package/runtime/python/okstra_vendor/networkx/generators/stochastic.py +0 -54
  324. package/runtime/python/okstra_vendor/networkx/generators/sudoku.py +0 -131
  325. package/runtime/python/okstra_vendor/networkx/generators/time_series.py +0 -74
  326. package/runtime/python/okstra_vendor/networkx/generators/trees.py +0 -1070
  327. package/runtime/python/okstra_vendor/networkx/generators/triads.py +0 -94
  328. package/runtime/python/okstra_vendor/networkx/lazy_imports.py +0 -188
  329. package/runtime/python/okstra_vendor/networkx/linalg/__init__.py +0 -13
  330. package/runtime/python/okstra_vendor/networkx/linalg/algebraicconnectivity.py +0 -650
  331. package/runtime/python/okstra_vendor/networkx/linalg/attrmatrix.py +0 -466
  332. package/runtime/python/okstra_vendor/networkx/linalg/bethehessianmatrix.py +0 -77
  333. package/runtime/python/okstra_vendor/networkx/linalg/graphmatrix.py +0 -168
  334. package/runtime/python/okstra_vendor/networkx/linalg/laplacianmatrix.py +0 -512
  335. package/runtime/python/okstra_vendor/networkx/linalg/modularitymatrix.py +0 -166
  336. package/runtime/python/okstra_vendor/networkx/linalg/spectrum.py +0 -186
  337. package/runtime/python/okstra_vendor/networkx/readwrite/__init__.py +0 -17
  338. package/runtime/python/okstra_vendor/networkx/readwrite/adjlist.py +0 -330
  339. package/runtime/python/okstra_vendor/networkx/readwrite/edgelist.py +0 -489
  340. package/runtime/python/okstra_vendor/networkx/readwrite/gexf.py +0 -1084
  341. package/runtime/python/okstra_vendor/networkx/readwrite/gml.py +0 -879
  342. package/runtime/python/okstra_vendor/networkx/readwrite/graph6.py +0 -427
  343. package/runtime/python/okstra_vendor/networkx/readwrite/graphml.py +0 -1053
  344. package/runtime/python/okstra_vendor/networkx/readwrite/json_graph/__init__.py +0 -19
  345. package/runtime/python/okstra_vendor/networkx/readwrite/json_graph/adjacency.py +0 -156
  346. package/runtime/python/okstra_vendor/networkx/readwrite/json_graph/cytoscape.py +0 -190
  347. package/runtime/python/okstra_vendor/networkx/readwrite/json_graph/node_link.py +0 -261
  348. package/runtime/python/okstra_vendor/networkx/readwrite/json_graph/tree.py +0 -137
  349. package/runtime/python/okstra_vendor/networkx/readwrite/leda.py +0 -108
  350. package/runtime/python/okstra_vendor/networkx/readwrite/multiline_adjlist.py +0 -393
  351. package/runtime/python/okstra_vendor/networkx/readwrite/p2g.py +0 -113
  352. package/runtime/python/okstra_vendor/networkx/readwrite/pajek.py +0 -286
  353. package/runtime/python/okstra_vendor/networkx/readwrite/sparse6.py +0 -379
  354. package/runtime/python/okstra_vendor/networkx/readwrite/text.py +0 -851
  355. package/runtime/python/okstra_vendor/networkx/relabel.py +0 -285
  356. package/runtime/python/okstra_vendor/networkx/utils/__init__.py +0 -8
  357. package/runtime/python/okstra_vendor/networkx/utils/backends.py +0 -2171
  358. package/runtime/python/okstra_vendor/networkx/utils/configs.py +0 -396
  359. package/runtime/python/okstra_vendor/networkx/utils/decorators.py +0 -1233
  360. package/runtime/python/okstra_vendor/networkx/utils/heaps.py +0 -338
  361. package/runtime/python/okstra_vendor/networkx/utils/mapped_queue.py +0 -297
  362. package/runtime/python/okstra_vendor/networkx/utils/misc.py +0 -703
  363. package/runtime/python/okstra_vendor/networkx/utils/random_sequence.py +0 -198
  364. package/runtime/python/okstra_vendor/networkx/utils/rcm.py +0 -159
  365. package/runtime/python/okstra_vendor/networkx/utils/union_find.py +0 -106
  366. package/runtime/skills/okstra-graphify/SKILL.md +0 -169
  367. package/src/commands/graphify.mjs +0 -32
@@ -1,512 +0,0 @@
1
- """Laplacian matrix of graphs.
2
-
3
- All calculations here are done using the out-degree. For Laplacians using
4
- in-degree, use `G.reverse(copy=False)` instead of `G` and take the transpose.
5
-
6
- The `laplacian_matrix` function provides an unnormalized matrix,
7
- while `normalized_laplacian_matrix`, `directed_laplacian_matrix`,
8
- and `directed_combinatorial_laplacian_matrix` are all normalized.
9
- """
10
-
11
- import networkx as nx
12
- from networkx.utils import not_implemented_for
13
-
14
- __all__ = [
15
- "laplacian_matrix",
16
- "normalized_laplacian_matrix",
17
- "directed_laplacian_matrix",
18
- "directed_combinatorial_laplacian_matrix",
19
- ]
20
-
21
-
22
- @nx._dispatchable(edge_attrs="weight")
23
- def laplacian_matrix(G, nodelist=None, weight="weight"):
24
- """Returns the Laplacian matrix of G.
25
-
26
- The graph Laplacian is the matrix L = D - A, where
27
- A is the adjacency matrix and D is the diagonal matrix of node degrees.
28
-
29
- Parameters
30
- ----------
31
- G : graph
32
- A NetworkX graph
33
-
34
- nodelist : list, optional
35
- The rows and columns are ordered according to the nodes in nodelist.
36
- If nodelist is None, then the ordering is produced by G.nodes().
37
-
38
- weight : string or None, optional (default='weight')
39
- The edge data key used to compute each value in the matrix.
40
- If None, then each edge has weight 1.
41
-
42
- Returns
43
- -------
44
- L : SciPy sparse array
45
- The Laplacian matrix of G.
46
-
47
- Notes
48
- -----
49
- For MultiGraph, the edges weights are summed.
50
-
51
- This returns an unnormalized matrix. For a normalized output,
52
- use `normalized_laplacian_matrix`, `directed_laplacian_matrix`,
53
- or `directed_combinatorial_laplacian_matrix`.
54
-
55
- This calculation uses the out-degree of the graph `G`. To use the
56
- in-degree for calculations instead, use `G.reverse(copy=False)` and
57
- take the transpose.
58
-
59
- See Also
60
- --------
61
- :func:`~networkx.convert_matrix.to_numpy_array`
62
- normalized_laplacian_matrix
63
- directed_laplacian_matrix
64
- directed_combinatorial_laplacian_matrix
65
- :func:`~networkx.linalg.spectrum.laplacian_spectrum`
66
-
67
- Examples
68
- --------
69
- For graphs with multiple connected components, L is permutation-similar
70
- to a block diagonal matrix where each block is the respective Laplacian
71
- matrix for each component.
72
-
73
- >>> G = nx.Graph([(1, 2), (2, 3), (4, 5)])
74
- >>> print(nx.laplacian_matrix(G).toarray())
75
- [[ 1 -1 0 0 0]
76
- [-1 2 -1 0 0]
77
- [ 0 -1 1 0 0]
78
- [ 0 0 0 1 -1]
79
- [ 0 0 0 -1 1]]
80
-
81
- >>> edges = [
82
- ... (1, 2),
83
- ... (2, 1),
84
- ... (2, 4),
85
- ... (4, 3),
86
- ... (3, 4),
87
- ... ]
88
- >>> DiG = nx.DiGraph(edges)
89
- >>> print(nx.laplacian_matrix(DiG).toarray())
90
- [[ 1 -1 0 0]
91
- [-1 2 -1 0]
92
- [ 0 0 1 -1]
93
- [ 0 0 -1 1]]
94
-
95
- Notice that node 4 is represented by the third column and row. This is because
96
- by default the row/column order is the order of `G.nodes` (i.e. the node added
97
- order -- in the edgelist, 4 first appears in (2, 4), before node 3 in edge (4, 3).)
98
- To control the node order of the matrix, use the `nodelist` argument.
99
-
100
- >>> print(nx.laplacian_matrix(DiG, nodelist=[1, 2, 3, 4]).toarray())
101
- [[ 1 -1 0 0]
102
- [-1 2 0 -1]
103
- [ 0 0 1 -1]
104
- [ 0 0 -1 1]]
105
-
106
- This calculation uses the out-degree of the graph `G`. To use the
107
- in-degree for calculations instead, use `G.reverse(copy=False)` and
108
- take the transpose.
109
-
110
- >>> print(nx.laplacian_matrix(DiG.reverse(copy=False)).toarray().T)
111
- [[ 1 -1 0 0]
112
- [-1 1 -1 0]
113
- [ 0 0 2 -1]
114
- [ 0 0 -1 1]]
115
-
116
- References
117
- ----------
118
- .. [1] Langville, Amy N., and Carl D. Meyer. Google’s PageRank and Beyond:
119
- The Science of Search Engine Rankings. Princeton University Press, 2006.
120
-
121
- """
122
- import scipy as sp
123
-
124
- if nodelist is None:
125
- nodelist = list(G)
126
- A = nx.to_scipy_sparse_array(G, nodelist=nodelist, weight=weight, format="csr")
127
- n, m = A.shape
128
- D = sp.sparse.dia_array((A.sum(axis=1), 0), shape=(m, n)).tocsr()
129
- return D - A
130
-
131
-
132
- @nx._dispatchable(edge_attrs="weight")
133
- def normalized_laplacian_matrix(G, nodelist=None, weight="weight"):
134
- r"""Returns the normalized Laplacian matrix of G.
135
-
136
- The normalized graph Laplacian is the matrix
137
-
138
- .. math::
139
-
140
- N = D^{-1/2} L D^{-1/2}
141
-
142
- where `L` is the graph Laplacian and `D` is the diagonal matrix of
143
- node degrees [1]_.
144
-
145
- Parameters
146
- ----------
147
- G : graph
148
- A NetworkX graph
149
-
150
- nodelist : list, optional
151
- The rows and columns are ordered according to the nodes in nodelist.
152
- If nodelist is None, then the ordering is produced by G.nodes().
153
-
154
- weight : string or None, optional (default='weight')
155
- The edge data key used to compute each value in the matrix.
156
- If None, then each edge has weight 1.
157
-
158
- Returns
159
- -------
160
- N : SciPy sparse array
161
- The normalized Laplacian matrix of G.
162
-
163
- Notes
164
- -----
165
- For MultiGraph, the edges weights are summed.
166
- See :func:`to_numpy_array` for other options.
167
-
168
- If the Graph contains selfloops, D is defined as ``diag(sum(A, 1))``, where A is
169
- the adjacency matrix [2]_.
170
-
171
- This calculation uses the out-degree of the graph `G`. To use the
172
- in-degree for calculations instead, use `G.reverse(copy=False)` and
173
- take the transpose.
174
-
175
- For an unnormalized output, use `laplacian_matrix`.
176
-
177
- Examples
178
- --------
179
-
180
- >>> import numpy as np
181
- >>> edges = [
182
- ... (1, 2),
183
- ... (2, 1),
184
- ... (2, 4),
185
- ... (4, 3),
186
- ... (3, 4),
187
- ... ]
188
- >>> DiG = nx.DiGraph(edges)
189
- >>> print(nx.normalized_laplacian_matrix(DiG).toarray())
190
- [[ 1. -0.70710678 0. 0. ]
191
- [-0.70710678 1. -0.70710678 0. ]
192
- [ 0. 0. 1. -1. ]
193
- [ 0. 0. -1. 1. ]]
194
-
195
- Notice that node 4 is represented by the third column and row. This is because
196
- by default the row/column order is the order of `G.nodes` (i.e. the node added
197
- order -- in the edgelist, 4 first appears in (2, 4), before node 3 in edge (4, 3).)
198
- To control the node order of the matrix, use the `nodelist` argument.
199
-
200
- >>> print(nx.normalized_laplacian_matrix(DiG, nodelist=[1, 2, 3, 4]).toarray())
201
- [[ 1. -0.70710678 0. 0. ]
202
- [-0.70710678 1. 0. -0.70710678]
203
- [ 0. 0. 1. -1. ]
204
- [ 0. 0. -1. 1. ]]
205
- >>> G = nx.Graph(edges)
206
- >>> print(nx.normalized_laplacian_matrix(G).toarray())
207
- [[ 1. -0.70710678 0. 0. ]
208
- [-0.70710678 1. -0.5 0. ]
209
- [ 0. -0.5 1. -0.70710678]
210
- [ 0. 0. -0.70710678 1. ]]
211
-
212
- See Also
213
- --------
214
- laplacian_matrix
215
- normalized_laplacian_spectrum
216
- directed_laplacian_matrix
217
- directed_combinatorial_laplacian_matrix
218
-
219
- References
220
- ----------
221
- .. [1] Fan Chung-Graham, Spectral Graph Theory,
222
- CBMS Regional Conference Series in Mathematics, Number 92, 1997.
223
- .. [2] Steve Butler, Interlacing For Weighted Graphs Using The Normalized
224
- Laplacian, Electronic Journal of Linear Algebra, Volume 16, pp. 90-98,
225
- March 2007.
226
- .. [3] Langville, Amy N., and Carl D. Meyer. Google’s PageRank and Beyond:
227
- The Science of Search Engine Rankings. Princeton University Press, 2006.
228
- """
229
- import numpy as np
230
- import scipy as sp
231
-
232
- if nodelist is None:
233
- nodelist = list(G)
234
- A = nx.to_scipy_sparse_array(G, nodelist=nodelist, weight=weight, format="csr")
235
- n, _ = A.shape
236
- diags = A.sum(axis=1)
237
- D = sp.sparse.dia_array((diags, 0), shape=(n, n)).tocsr()
238
- L = D - A
239
- with np.errstate(divide="ignore"):
240
- diags_sqrt = 1.0 / np.sqrt(diags)
241
- diags_sqrt[np.isinf(diags_sqrt)] = 0
242
- DH = sp.sparse.dia_array((diags_sqrt, 0), shape=(n, n)).tocsr()
243
- return DH @ (L @ DH)
244
-
245
-
246
- ###############################################################################
247
- # Code based on work from https://github.com/bjedwards
248
-
249
-
250
- @not_implemented_for("undirected")
251
- @not_implemented_for("multigraph")
252
- @nx._dispatchable(edge_attrs="weight")
253
- def directed_laplacian_matrix(
254
- G, nodelist=None, weight="weight", walk_type=None, alpha=0.95
255
- ):
256
- r"""Returns the directed Laplacian matrix of G.
257
-
258
- The graph directed Laplacian is the matrix
259
-
260
- .. math::
261
-
262
- L = I - \frac{1}{2} \left (\Phi^{1/2} P \Phi^{-1/2} + \Phi^{-1/2} P^T \Phi^{1/2} \right )
263
-
264
- where `I` is the identity matrix, `P` is the transition matrix of the
265
- graph, and `\Phi` a matrix with the Perron vector of `P` in the diagonal and
266
- zeros elsewhere [1]_.
267
-
268
- Depending on the value of walk_type, `P` can be the transition matrix
269
- induced by a random walk, a lazy random walk, or a random walk with
270
- teleportation (PageRank).
271
-
272
- Parameters
273
- ----------
274
- G : DiGraph
275
- A NetworkX graph
276
-
277
- nodelist : list, optional
278
- The rows and columns are ordered according to the nodes in nodelist.
279
- If nodelist is None, then the ordering is produced by G.nodes().
280
-
281
- weight : string or None, optional (default='weight')
282
- The edge data key used to compute each value in the matrix.
283
- If None, then each edge has weight 1.
284
-
285
- walk_type : string or None, optional (default=None)
286
- One of ``"random"``, ``"lazy"``, or ``"pagerank"``. If ``walk_type=None``
287
- (the default), then a value is selected according to the properties of `G`:
288
- - ``walk_type="random"`` if `G` is strongly connected and aperiodic
289
- - ``walk_type="lazy"`` if `G` is strongly connected but not aperiodic
290
- - ``walk_type="pagerank"`` for all other cases.
291
-
292
- alpha : real
293
- (1 - alpha) is the teleportation probability used with pagerank
294
-
295
- Returns
296
- -------
297
- L : NumPy matrix
298
- Normalized Laplacian of G.
299
-
300
- Notes
301
- -----
302
- Only implemented for DiGraphs
303
-
304
- The result is always a symmetric matrix.
305
-
306
- This calculation uses the out-degree of the graph `G`. To use the
307
- in-degree for calculations instead, use `G.reverse(copy=False)` and
308
- take the transpose.
309
-
310
- See Also
311
- --------
312
- laplacian_matrix
313
- normalized_laplacian_matrix
314
- directed_combinatorial_laplacian_matrix
315
-
316
- References
317
- ----------
318
- .. [1] Fan Chung (2005).
319
- Laplacians and the Cheeger inequality for directed graphs.
320
- Annals of Combinatorics, 9(1), 2005
321
- """
322
- import numpy as np
323
- import scipy as sp
324
-
325
- # NOTE: P has type ndarray if walk_type=="pagerank", else csr_array
326
- P = _transition_matrix(
327
- G, nodelist=nodelist, weight=weight, walk_type=walk_type, alpha=alpha
328
- )
329
-
330
- n, m = P.shape
331
-
332
- evals, evecs = sp.sparse.linalg.eigs(P.T, k=1)
333
- v = evecs.flatten().real
334
- p = v / v.sum()
335
- # p>=0 by Perron-Frobenius Thm. Use abs() to fix roundoff across zero gh-6865
336
- sqrtp = np.sqrt(np.abs(p))
337
- Q = (
338
- sp.sparse.dia_array((sqrtp, 0), shape=(n, n)).tocsr()
339
- @ P
340
- @ sp.sparse.dia_array((1.0 / sqrtp, 0), shape=(n, n)).tocsr()
341
- )
342
- # NOTE: This could be sparsified for the non-pagerank cases
343
- I = np.identity(len(G))
344
-
345
- return I - (Q + Q.T) / 2.0
346
-
347
-
348
- @not_implemented_for("undirected")
349
- @not_implemented_for("multigraph")
350
- @nx._dispatchable(edge_attrs="weight")
351
- def directed_combinatorial_laplacian_matrix(
352
- G, nodelist=None, weight="weight", walk_type=None, alpha=0.95
353
- ):
354
- r"""Return the directed combinatorial Laplacian matrix of G.
355
-
356
- The graph directed combinatorial Laplacian is the matrix
357
-
358
- .. math::
359
-
360
- L = \Phi - \frac{1}{2} \left (\Phi P + P^T \Phi \right)
361
-
362
- where `P` is the transition matrix of the graph and `\Phi` a matrix
363
- with the Perron vector of `P` in the diagonal and zeros elsewhere [1]_.
364
-
365
- Depending on the value of walk_type, `P` can be the transition matrix
366
- induced by a random walk, a lazy random walk, or a random walk with
367
- teleportation (PageRank).
368
-
369
- Parameters
370
- ----------
371
- G : DiGraph
372
- A NetworkX graph
373
-
374
- nodelist : list, optional
375
- The rows and columns are ordered according to the nodes in nodelist.
376
- If nodelist is None, then the ordering is produced by G.nodes().
377
-
378
- weight : string or None, optional (default='weight')
379
- The edge data key used to compute each value in the matrix.
380
- If None, then each edge has weight 1.
381
-
382
- walk_type : string or None, optional (default=None)
383
- One of ``"random"``, ``"lazy"``, or ``"pagerank"``. If ``walk_type=None``
384
- (the default), then a value is selected according to the properties of `G`:
385
- - ``walk_type="random"`` if `G` is strongly connected and aperiodic
386
- - ``walk_type="lazy"`` if `G` is strongly connected but not aperiodic
387
- - ``walk_type="pagerank"`` for all other cases.
388
-
389
- alpha : real
390
- (1 - alpha) is the teleportation probability used with pagerank
391
-
392
- Returns
393
- -------
394
- L : NumPy matrix
395
- Combinatorial Laplacian of G.
396
-
397
- Notes
398
- -----
399
- Only implemented for DiGraphs
400
-
401
- The result is always a symmetric matrix.
402
-
403
- This calculation uses the out-degree of the graph `G`. To use the
404
- in-degree for calculations instead, use `G.reverse(copy=False)` and
405
- take the transpose.
406
-
407
- See Also
408
- --------
409
- laplacian_matrix
410
- normalized_laplacian_matrix
411
- directed_laplacian_matrix
412
-
413
- References
414
- ----------
415
- .. [1] Fan Chung (2005).
416
- Laplacians and the Cheeger inequality for directed graphs.
417
- Annals of Combinatorics, 9(1), 2005
418
- """
419
- import scipy as sp
420
-
421
- P = _transition_matrix(
422
- G, nodelist=nodelist, weight=weight, walk_type=walk_type, alpha=alpha
423
- )
424
-
425
- n, m = P.shape
426
-
427
- evals, evecs = sp.sparse.linalg.eigs(P.T, k=1)
428
- v = evecs.flatten().real
429
- p = v / v.sum()
430
- # NOTE: could be improved by not densifying
431
- Phi = sp.sparse.dia_array((p, 0), shape=(n, n)).toarray()
432
-
433
- return Phi - (Phi @ P + P.T @ Phi) / 2.0
434
-
435
-
436
- def _transition_matrix(G, nodelist=None, weight="weight", walk_type=None, alpha=0.95):
437
- """Returns the transition matrix of G.
438
-
439
- This is a row stochastic giving the transition probabilities while
440
- performing a random walk on the graph. Depending on the value of walk_type,
441
- P can be the transition matrix induced by a random walk, a lazy random walk,
442
- or a random walk with teleportation (PageRank).
443
-
444
- Parameters
445
- ----------
446
- G : DiGraph
447
- A NetworkX graph
448
-
449
- nodelist : list, optional
450
- The rows and columns are ordered according to the nodes in nodelist.
451
- If nodelist is None, then the ordering is produced by G.nodes().
452
-
453
- weight : string or None, optional (default='weight')
454
- The edge data key used to compute each value in the matrix.
455
- If None, then each edge has weight 1.
456
-
457
- walk_type : string or None, optional (default=None)
458
- One of ``"random"``, ``"lazy"``, or ``"pagerank"``. If ``walk_type=None``
459
- (the default), then a value is selected according to the properties of `G`:
460
- - ``walk_type="random"`` if `G` is strongly connected and aperiodic
461
- - ``walk_type="lazy"`` if `G` is strongly connected but not aperiodic
462
- - ``walk_type="pagerank"`` for all other cases.
463
-
464
- alpha : real
465
- (1 - alpha) is the teleportation probability used with pagerank
466
-
467
- Returns
468
- -------
469
- P : numpy.ndarray
470
- transition matrix of G.
471
-
472
- Raises
473
- ------
474
- NetworkXError
475
- If walk_type not specified or alpha not in valid range
476
- """
477
- import numpy as np
478
- import scipy as sp
479
-
480
- if walk_type is None:
481
- if nx.is_strongly_connected(G):
482
- if nx.is_aperiodic(G):
483
- walk_type = "random"
484
- else:
485
- walk_type = "lazy"
486
- else:
487
- walk_type = "pagerank"
488
-
489
- A = nx.to_scipy_sparse_array(G, nodelist=nodelist, weight=weight, dtype=float)
490
- n, m = A.shape
491
- if walk_type in ["random", "lazy"]:
492
- DI = sp.sparse.dia_array((1.0 / A.sum(axis=1), 0), shape=(n, n)).tocsr()
493
- if walk_type == "random":
494
- P = DI @ A
495
- else:
496
- I = sp.sparse.eye_array(n, format="csr")
497
- P = (I + DI @ A) / 2.0
498
-
499
- elif walk_type == "pagerank":
500
- if not (0 < alpha < 1):
501
- raise nx.NetworkXError("alpha must be between 0 and 1")
502
- # this is using a dense representation. NOTE: This should be sparsified!
503
- A = A.toarray()
504
- # add constant to dangling nodes' row
505
- A[A.sum(axis=1) == 0, :] = 1 / n
506
- # normalize
507
- A = A / A.sum(axis=1)[np.newaxis, :].T
508
- P = alpha * A + (1 - alpha) / n
509
- else:
510
- raise nx.NetworkXError("walk_type must be random, lazy, or pagerank")
511
-
512
- return P
@@ -1,166 +0,0 @@
1
- """Modularity matrix of graphs."""
2
-
3
- import networkx as nx
4
- from networkx.utils import not_implemented_for
5
-
6
- __all__ = ["modularity_matrix", "directed_modularity_matrix"]
7
-
8
-
9
- @not_implemented_for("directed")
10
- @not_implemented_for("multigraph")
11
- @nx._dispatchable(edge_attrs="weight")
12
- def modularity_matrix(G, nodelist=None, weight=None):
13
- r"""Returns the modularity matrix of G.
14
-
15
- The modularity matrix is the matrix B = A - <A>, where A is the adjacency
16
- matrix and <A> is the average adjacency matrix, assuming that the graph
17
- is described by the configuration model.
18
-
19
- More specifically, the element B_ij of B is defined as
20
-
21
- .. math::
22
- A_{ij} - {k_i k_j \over 2 m}
23
-
24
- where k_i is the degree of node i, and where m is the number of edges
25
- in the graph. When weight is set to a name of an attribute edge, Aij, k_i,
26
- k_j and m are computed using its value.
27
-
28
- Parameters
29
- ----------
30
- G : Graph
31
- A NetworkX graph
32
-
33
- nodelist : list, optional
34
- The rows and columns are ordered according to the nodes in nodelist.
35
- If nodelist is None, then the ordering is produced by G.nodes().
36
-
37
- weight : string or None, optional (default=None)
38
- The edge attribute that holds the numerical value used for
39
- the edge weight. If None then all edge weights are 1.
40
-
41
- Returns
42
- -------
43
- B : Numpy array
44
- The modularity matrix of G.
45
-
46
- Examples
47
- --------
48
- >>> k = [3, 2, 2, 1, 0]
49
- >>> G = nx.havel_hakimi_graph(k)
50
- >>> B = nx.modularity_matrix(G)
51
-
52
-
53
- See Also
54
- --------
55
- to_numpy_array
56
- modularity_spectrum
57
- adjacency_matrix
58
- directed_modularity_matrix
59
-
60
- References
61
- ----------
62
- .. [1] M. E. J. Newman, "Modularity and community structure in networks",
63
- Proc. Natl. Acad. Sci. USA, vol. 103, pp. 8577-8582, 2006.
64
- """
65
- import numpy as np
66
-
67
- if nodelist is None:
68
- nodelist = list(G)
69
- A = nx.to_scipy_sparse_array(G, nodelist=nodelist, weight=weight, format="csr")
70
- k = A.sum(axis=1)
71
- m = k.sum() * 0.5
72
- # Expected adjacency matrix
73
- X = np.outer(k, k) / (2 * m)
74
-
75
- return A - X
76
-
77
-
78
- @not_implemented_for("undirected")
79
- @not_implemented_for("multigraph")
80
- @nx._dispatchable(edge_attrs="weight")
81
- def directed_modularity_matrix(G, nodelist=None, weight=None):
82
- """Returns the directed modularity matrix of G.
83
-
84
- The modularity matrix is the matrix B = A - <A>, where A is the adjacency
85
- matrix and <A> is the expected adjacency matrix, assuming that the graph
86
- is described by the configuration model.
87
-
88
- More specifically, the element B_ij of B is defined as
89
-
90
- .. math::
91
- B_{ij} = A_{ij} - k_i^{out} k_j^{in} / m
92
-
93
- where :math:`k_i^{in}` is the in degree of node i, and :math:`k_j^{out}` is the out degree
94
- of node j, with m the number of edges in the graph. When weight is set
95
- to a name of an attribute edge, Aij, k_i, k_j and m are computed using
96
- its value.
97
-
98
- Parameters
99
- ----------
100
- G : DiGraph
101
- A NetworkX DiGraph
102
-
103
- nodelist : list, optional
104
- The rows and columns are ordered according to the nodes in nodelist.
105
- If nodelist is None, then the ordering is produced by G.nodes().
106
-
107
- weight : string or None, optional (default=None)
108
- The edge attribute that holds the numerical value used for
109
- the edge weight. If None then all edge weights are 1.
110
-
111
- Returns
112
- -------
113
- B : Numpy array
114
- The modularity matrix of G.
115
-
116
- Examples
117
- --------
118
- >>> G = nx.DiGraph()
119
- >>> G.add_edges_from(
120
- ... (
121
- ... (1, 2),
122
- ... (1, 3),
123
- ... (3, 1),
124
- ... (3, 2),
125
- ... (3, 5),
126
- ... (4, 5),
127
- ... (4, 6),
128
- ... (5, 4),
129
- ... (5, 6),
130
- ... (6, 4),
131
- ... )
132
- ... )
133
- >>> B = nx.directed_modularity_matrix(G)
134
-
135
-
136
- Notes
137
- -----
138
- NetworkX defines the element A_ij of the adjacency matrix as 1 if there
139
- is a link going from node i to node j. Leicht and Newman use the opposite
140
- definition. This explains the different expression for B_ij.
141
-
142
- See Also
143
- --------
144
- to_numpy_array
145
- modularity_spectrum
146
- adjacency_matrix
147
- modularity_matrix
148
-
149
- References
150
- ----------
151
- .. [1] E. A. Leicht, M. E. J. Newman,
152
- "Community structure in directed networks",
153
- Phys. Rev Lett., vol. 100, no. 11, p. 118703, 2008.
154
- """
155
- import numpy as np
156
-
157
- if nodelist is None:
158
- nodelist = list(G)
159
- A = nx.to_scipy_sparse_array(G, nodelist=nodelist, weight=weight, format="csr")
160
- k_in = A.sum(axis=0)
161
- k_out = A.sum(axis=1)
162
- m = k_in.sum()
163
- # Expected adjacency matrix
164
- X = np.outer(k_out, k_in) / m
165
-
166
- return A - X