|
49 | 49 | # --------------------------------------------------------------------------- |
50 | 50 |
|
51 | 51 | REPOS = [ |
52 | | - ("sdpython", "teachpyx"), |
53 | | - ("sdpython", "teachcompute"), |
54 | | - ("sdpython", "onnx-extended"), |
| 52 | + # ("sdpython", "teachpyx"), |
| 53 | + # ("sdpython", "teachcompute"), |
| 54 | + # ("sdpython", "onnx-extended"), |
| 55 | + ("sdpython", "onnx-diagnostic"), |
55 | 56 | ("sdpython", "experimental-experiment"), |
56 | 57 | ("xadupre", "yet-another-onnx-builder"), |
57 | 58 | ("xadupre", "mbext"), |
@@ -414,25 +415,7 @@ def main() -> None: |
414 | 415 | OUTPUT_DIR / "github_stat_pr_lines.png", |
415 | 416 | ) |
416 | 417 |
|
417 | | - # 5. Graphiques par dépôt (si plusieurs dépôts) |
418 | | - if len(REPOS) > 1: |
419 | | - print("\nGénération des graphiques par dépôt…") |
420 | | - for repo_name, grp in weekly.groupby("repo"): |
421 | | - pvt = make_pivot(grp) |
422 | | - safe = repo_name.replace("/", "_") |
423 | | - plot_bar( |
424 | | - pvt, |
425 | | - f"PR fusionnées par semaine — {repo_name}", |
426 | | - OUTPUT_DIR / f"github_stat_pr_bar_{safe}.png", |
427 | | - ) |
428 | | - plot_heatmap( |
429 | | - pvt, |
430 | | - f"Heatmap des PR fusionnées — {repo_name}", |
431 | | - OUTPUT_DIR / f"github_stat_pr_heatmap_{safe}.png", |
432 | | - ) |
433 | | - |
434 | 418 | print("\nTerminé.") |
435 | 419 |
|
436 | | - |
437 | 420 | if __name__ == "__main__": |
438 | 421 | main() |
0 commit comments