Refresh diffusers dataset snapshot 20260625T203517Z
Browse files- README.md +1 -1
- events.parquet +2 -2
- links.parquet +2 -2
- manifest.json +19 -19
- new-contributors-report.json +66 -9
- new-contributors-report.md +26 -4
- new_contributors.parquet +2 -2
- pr_diffs.parquet +2 -2
- pr_files.parquet +2 -2
- pull_requests.parquet +2 -2
- review_comments.parquet +2 -2
- reviews.parquet +2 -2
- snapshots/20260625T203517Z/manifest.json +39 -0
- snapshots/latest.json +4 -4
- state/watermark.json +4 -4
README.md
CHANGED
|
@@ -75,7 +75,7 @@ Use:
|
|
| 75 |
- eval set creation
|
| 76 |
|
| 77 |
Notes:
|
| 78 |
-
- latest snapshot: `
|
| 79 |
- raw data only; no labels or moderation decisions
|
| 80 |
- PR metadata, file-level patch hunks, and full unified diffs are included
|
| 81 |
- full file contents for changed files are not included
|
|
|
|
| 75 |
- eval set creation
|
| 76 |
|
| 77 |
Notes:
|
| 78 |
+
- latest snapshot: `20260625T203517Z`
|
| 79 |
- raw data only; no labels or moderation decisions
|
| 80 |
- PR metadata, file-level patch hunks, and full unified diffs are included
|
| 81 |
- full file contents for changed files are not included
|
events.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2850790a67067d50de65e02a6742ed0c36104ea30c85d306053cf782597763e
|
| 3 |
+
size 2991843
|
links.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f7391ee522ebcfaf2810233f99a8ac28b43a03fd123e55a4c0a6a0ae5b45d14
|
| 3 |
+
size 100011
|
manifest.json
CHANGED
|
@@ -7,33 +7,33 @@
|
|
| 7 |
"counts": {
|
| 8 |
"comments": 60102,
|
| 9 |
"issues": 5434,
|
| 10 |
-
"links":
|
| 11 |
-
"new_contributors":
|
| 12 |
-
"pr_diffs":
|
| 13 |
-
"pr_files":
|
| 14 |
-
"pull_requests":
|
| 15 |
"review_comments": 32337,
|
| 16 |
"reviews": 30075,
|
| 17 |
-
"timeline_events":
|
| 18 |
},
|
| 19 |
-
"crawl_started_at": "2026-06-
|
| 20 |
"delta_counts": {
|
| 21 |
"comments": 0,
|
| 22 |
-
"issue_stubs":
|
| 23 |
"issues": 0,
|
| 24 |
-
"links":
|
| 25 |
-
"pr_diffs":
|
| 26 |
-
"pr_files":
|
| 27 |
-
"pull_requests":
|
| 28 |
-
"review_comments":
|
| 29 |
-
"reviews":
|
| 30 |
-
"timeline_events":
|
| 31 |
},
|
| 32 |
-
"extracted_at": "2026-06-
|
| 33 |
"repo": "huggingface/diffusers",
|
| 34 |
-
"snapshot_id": "
|
| 35 |
"watermark": {
|
| 36 |
-
"effective_since": "2026-06-
|
| 37 |
-
"next_since": "2026-06-
|
| 38 |
}
|
| 39 |
}
|
|
|
|
| 7 |
"counts": {
|
| 8 |
"comments": 60102,
|
| 9 |
"issues": 5434,
|
| 10 |
+
"links": 8195,
|
| 11 |
+
"new_contributors": 120,
|
| 12 |
+
"pr_diffs": 7603,
|
| 13 |
+
"pr_files": 53073,
|
| 14 |
+
"pull_requests": 7603,
|
| 15 |
"review_comments": 32337,
|
| 16 |
"reviews": 30075,
|
| 17 |
+
"timeline_events": 209066
|
| 18 |
},
|
| 19 |
+
"crawl_started_at": "2026-06-25T20:35:17Z",
|
| 20 |
"delta_counts": {
|
| 21 |
"comments": 0,
|
| 22 |
+
"issue_stubs": 3,
|
| 23 |
"issues": 0,
|
| 24 |
+
"links": 2351,
|
| 25 |
+
"pr_diffs": 3,
|
| 26 |
+
"pr_files": 33,
|
| 27 |
+
"pull_requests": 3,
|
| 28 |
+
"review_comments": 55,
|
| 29 |
+
"reviews": 30,
|
| 30 |
+
"timeline_events": 63
|
| 31 |
},
|
| 32 |
+
"extracted_at": "2026-06-25T20:35:17Z",
|
| 33 |
"repo": "huggingface/diffusers",
|
| 34 |
+
"snapshot_id": "20260625T203517Z",
|
| 35 |
"watermark": {
|
| 36 |
+
"effective_since": "2026-06-25T19:35:17Z",
|
| 37 |
+
"next_since": "2026-06-25T20:35:17Z"
|
| 38 |
}
|
| 39 |
}
|
new-contributors-report.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
| 1 |
{
|
| 2 |
"schema_version": "1.0",
|
| 3 |
"repo": "huggingface/diffusers",
|
| 4 |
-
"snapshot_id": "
|
| 5 |
-
"generated_at": "2026-06-
|
| 6 |
"window_days": 60,
|
| 7 |
"max_authors": 0,
|
| 8 |
"instrumentation": {
|
| 9 |
-
"selected_contributors":
|
| 10 |
-
"first_seen_in_snapshot":
|
| 11 |
"known_via_prior_merged_pr": 52,
|
| 12 |
"previous_primary_author_count": 3699,
|
| 13 |
"selected_seen_in_previous_primary": 119,
|
| 14 |
"previous_report_contributor_count": 119,
|
| 15 |
"selected_overlap_previous_report": 119,
|
| 16 |
-
"selected_overlap_previous_report_rate":
|
| 17 |
"reused_previous_report_entries": 116,
|
| 18 |
"reused_known_merged_contributors": 49,
|
| 19 |
-
"live_fetches":
|
| 20 |
"window_anchor": "run_time",
|
| 21 |
"window_anchor_cacheable": false,
|
| 22 |
-
"enrichment_elapsed_seconds":
|
| 23 |
-
"enrichment_avg_seconds_per_author": 0.
|
| 24 |
"enrichment_failures": 3
|
| 25 |
},
|
| 26 |
"contributors": [
|
|
@@ -2407,7 +2407,7 @@
|
|
| 2407 |
"url": "https://github.com/huggingface/diffusers/pull/14054",
|
| 2408 |
"state": "open",
|
| 2409 |
"merged": false,
|
| 2410 |
-
"draft":
|
| 2411 |
"created_at": "2026-06-23T17:31:06Z"
|
| 2412 |
},
|
| 2413 |
{
|
|
@@ -6690,6 +6690,63 @@
|
|
| 6690 |
},
|
| 6691 |
"fetch_error": null
|
| 6692 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6693 |
{
|
| 6694 |
"author_login": "Carlofkl",
|
| 6695 |
"name": "Kailai Feng",
|
|
|
|
| 1 |
{
|
| 2 |
"schema_version": "1.0",
|
| 3 |
"repo": "huggingface/diffusers",
|
| 4 |
+
"snapshot_id": "20260625T203517Z",
|
| 5 |
+
"generated_at": "2026-06-25T20:36:13Z",
|
| 6 |
"window_days": 60,
|
| 7 |
"max_authors": 0,
|
| 8 |
"instrumentation": {
|
| 9 |
+
"selected_contributors": 120,
|
| 10 |
+
"first_seen_in_snapshot": 1,
|
| 11 |
"known_via_prior_merged_pr": 52,
|
| 12 |
"previous_primary_author_count": 3699,
|
| 13 |
"selected_seen_in_previous_primary": 119,
|
| 14 |
"previous_report_contributor_count": 119,
|
| 15 |
"selected_overlap_previous_report": 119,
|
| 16 |
+
"selected_overlap_previous_report_rate": 0.9917,
|
| 17 |
"reused_previous_report_entries": 116,
|
| 18 |
"reused_known_merged_contributors": 49,
|
| 19 |
+
"live_fetches": 4,
|
| 20 |
"window_anchor": "run_time",
|
| 21 |
"window_anchor_cacheable": false,
|
| 22 |
+
"enrichment_elapsed_seconds": 10.633,
|
| 23 |
+
"enrichment_avg_seconds_per_author": 0.089,
|
| 24 |
"enrichment_failures": 3
|
| 25 |
},
|
| 26 |
"contributors": [
|
|
|
|
| 2407 |
"url": "https://github.com/huggingface/diffusers/pull/14054",
|
| 2408 |
"state": "open",
|
| 2409 |
"merged": false,
|
| 2410 |
+
"draft": false,
|
| 2411 |
"created_at": "2026-06-23T17:31:06Z"
|
| 2412 |
},
|
| 2413 |
{
|
|
|
|
| 6690 |
},
|
| 6691 |
"fetch_error": null
|
| 6692 |
},
|
| 6693 |
+
{
|
| 6694 |
+
"author_login": "C1-BA-B1-F3",
|
| 6695 |
+
"name": null,
|
| 6696 |
+
"profile_url": "https://github.com/C1-BA-B1-F3",
|
| 6697 |
+
"repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AC1-BA-B1-F3",
|
| 6698 |
+
"repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AC1-BA-B1-F3",
|
| 6699 |
+
"repo_first_seen_at": "2026-06-25T20:34:05Z",
|
| 6700 |
+
"repo_last_seen_at": "2026-06-25T20:34:05Z",
|
| 6701 |
+
"repo_primary_artifact_count": 1,
|
| 6702 |
+
"repo_artifact_count": 1,
|
| 6703 |
+
"snapshot_issue_count": 0,
|
| 6704 |
+
"snapshot_pr_count": 1,
|
| 6705 |
+
"snapshot_comment_count": 0,
|
| 6706 |
+
"snapshot_review_count": 0,
|
| 6707 |
+
"snapshot_review_comment_count": 0,
|
| 6708 |
+
"repo_association": "FIRST_TIME_CONTRIBUTOR",
|
| 6709 |
+
"new_to_repo": true,
|
| 6710 |
+
"first_seen_in_snapshot": true,
|
| 6711 |
+
"known_via_prior_merged_pr": false,
|
| 6712 |
+
"report_reason": "first_seen_in_snapshot",
|
| 6713 |
+
"enrichment_source": "live",
|
| 6714 |
+
"live_refetch_skipped": false,
|
| 6715 |
+
"account_age_days": 3300,
|
| 6716 |
+
"young_account": false,
|
| 6717 |
+
"follow_through_score": "weak",
|
| 6718 |
+
"breadth_score": "very high",
|
| 6719 |
+
"automation_risk_signal": "medium",
|
| 6720 |
+
"heuristic_note": "high recent PR volume; very broad repo spread; high open PR share; targets high-star repos",
|
| 6721 |
+
"public_orgs": [],
|
| 6722 |
+
"activity": {
|
| 6723 |
+
"visible_authored_pr_count": 75,
|
| 6724 |
+
"merged_pr_count": 3,
|
| 6725 |
+
"closed_unmerged_pr_count": 22,
|
| 6726 |
+
"open_pr_count": 50,
|
| 6727 |
+
"merged_pr_rate": 0.04,
|
| 6728 |
+
"closed_unmerged_pr_rate": 0.2933,
|
| 6729 |
+
"still_open_pr_rate": 0.6667,
|
| 6730 |
+
"distinct_repos_with_authored_prs": 34,
|
| 6731 |
+
"distinct_repos_with_open_prs": 26
|
| 6732 |
+
},
|
| 6733 |
+
"examples": {
|
| 6734 |
+
"pull_requests": [
|
| 6735 |
+
{
|
| 6736 |
+
"kind": "pull_request",
|
| 6737 |
+
"number": 14069,
|
| 6738 |
+
"title": "Fix ControlNet img2img and inpaint control image validation",
|
| 6739 |
+
"url": "https://github.com/huggingface/diffusers/pull/14069",
|
| 6740 |
+
"state": "open",
|
| 6741 |
+
"merged": false,
|
| 6742 |
+
"draft": false,
|
| 6743 |
+
"created_at": "2026-06-25T20:34:05Z"
|
| 6744 |
+
}
|
| 6745 |
+
],
|
| 6746 |
+
"issues": []
|
| 6747 |
+
},
|
| 6748 |
+
"fetch_error": null
|
| 6749 |
+
},
|
| 6750 |
{
|
| 6751 |
"author_login": "Carlofkl",
|
| 6752 |
"name": "Kailai Feng",
|
new-contributors-report.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
# New Contributor Report: huggingface/diffusers
|
| 2 |
|
| 3 |
-
- Snapshot: `
|
| 4 |
-
- Generated: `2026-06-
|
| 5 |
- Activity window: `60d`
|
| 6 |
-
- Contributors: `
|
| 7 |
|
| 8 |
## Summary
|
| 9 |
|
|
@@ -93,6 +93,7 @@
|
|
| 93 |
| `ATOM00blue` | [profile](https://github.com/ATOM00blue) | no | FIRST_TIME_CONTRIBUTOR | 325d | `2026-05-22T01:48:23Z` | 1 | 0 | weak | very high | medium | young account; high recent PR volume; very broad repo spread; high open PR share; targets high-star repos |
|
| 94 |
| `Boogu-Team` | [profile](https://github.com/Boogu-Team) | no | FIRST_TIMER | 20d | `2026-06-22T15:55:13Z` | 1 | 0 | weak | low | medium | very new account; high open PR share; targets high-star repos |
|
| 95 |
| `botbikamordehai2-sketch` | [profile](https://github.com/botbikamordehai2-sketch) | no | FIRST_TIME_CONTRIBUTOR | 34d | `2026-05-28T18:12:27Z` | 1 | 0 | weak | very high | high | very new account; high recent PR volume; very broad repo spread; high open PR share |
|
|
|
|
| 96 |
| `Carlofkl` | [profile](https://github.com/Carlofkl) | no | CONTRIBUTOR | 2302d | `2026-05-27T06:16:54Z` | 1 | 0 | weak | low | low | high open PR share; targets high-star repos |
|
| 97 |
| `ChinChyi` | [profile](https://github.com/ChinChyi) | no | FIRST_TIME_CONTRIBUTOR | 3098d | `2026-05-06T17:18:28Z` | 1 | 0 | mixed | low | low | high open PR share; targets high-star repos |
|
| 98 |
| `Chinmay1220` | [profile](https://github.com/Chinmay1220) | no | FIRST_TIME_CONTRIBUTOR | 1001d | `2026-06-13T16:50:00Z` | 1 | 0 | strong | moderate | low | high recent PR volume |
|
|
@@ -781,7 +782,7 @@ Example artifacts:
|
|
| 781 |
- heuristic read: **targets high-star repos**
|
| 782 |
|
| 783 |
Example artifacts:
|
| 784 |
-
- [PR #14054: Cosmos3 context parallel](https://github.com/huggingface/diffusers/pull/14054) — open
|
| 785 |
- [PR #13924: multi-GPU VAE Fix for Cosmos 3](https://github.com/huggingface/diffusers/pull/13924) — closed, merged
|
| 786 |
- [PR #13818: Adding Cosmos 3 to Diffusers](https://github.com/huggingface/diffusers/pull/13818) — closed, merged
|
| 787 |
- [Issue #14041: Finalize Guidelines for Ulysses based context parallel attention](https://github.com/huggingface/diffusers/issues/14041) — open
|
|
@@ -2078,6 +2079,27 @@ Example artifacts:
|
|
| 2078 |
Example artifacts:
|
| 2079 |
- [PR #13825: fix: Add missing StableAudioPipeline dummy class to prevent RecursionError (closes #13274)](https://github.com/huggingface/diffusers/pull/13825) — open
|
| 2080 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2081 |
### `Carlofkl`
|
| 2082 |
|
| 2083 |
- profile: [github.com/Carlofkl](https://github.com/Carlofkl)
|
|
|
|
| 1 |
# New Contributor Report: huggingface/diffusers
|
| 2 |
|
| 3 |
+
- Snapshot: `20260625T203517Z`
|
| 4 |
+
- Generated: `2026-06-25T20:36:13Z`
|
| 5 |
- Activity window: `60d`
|
| 6 |
+
- Contributors: `120`
|
| 7 |
|
| 8 |
## Summary
|
| 9 |
|
|
|
|
| 93 |
| `ATOM00blue` | [profile](https://github.com/ATOM00blue) | no | FIRST_TIME_CONTRIBUTOR | 325d | `2026-05-22T01:48:23Z` | 1 | 0 | weak | very high | medium | young account; high recent PR volume; very broad repo spread; high open PR share; targets high-star repos |
|
| 94 |
| `Boogu-Team` | [profile](https://github.com/Boogu-Team) | no | FIRST_TIMER | 20d | `2026-06-22T15:55:13Z` | 1 | 0 | weak | low | medium | very new account; high open PR share; targets high-star repos |
|
| 95 |
| `botbikamordehai2-sketch` | [profile](https://github.com/botbikamordehai2-sketch) | no | FIRST_TIME_CONTRIBUTOR | 34d | `2026-05-28T18:12:27Z` | 1 | 0 | weak | very high | high | very new account; high recent PR volume; very broad repo spread; high open PR share |
|
| 96 |
+
| `C1-BA-B1-F3` | [profile](https://github.com/C1-BA-B1-F3) | yes | FIRST_TIME_CONTRIBUTOR | 3300d | `2026-06-25T20:34:05Z` | 1 | 0 | weak | very high | medium | high recent PR volume; very broad repo spread; high open PR share; targets high-star repos |
|
| 97 |
| `Carlofkl` | [profile](https://github.com/Carlofkl) | no | CONTRIBUTOR | 2302d | `2026-05-27T06:16:54Z` | 1 | 0 | weak | low | low | high open PR share; targets high-star repos |
|
| 98 |
| `ChinChyi` | [profile](https://github.com/ChinChyi) | no | FIRST_TIME_CONTRIBUTOR | 3098d | `2026-05-06T17:18:28Z` | 1 | 0 | mixed | low | low | high open PR share; targets high-star repos |
|
| 99 |
| `Chinmay1220` | [profile](https://github.com/Chinmay1220) | no | FIRST_TIME_CONTRIBUTOR | 1001d | `2026-06-13T16:50:00Z` | 1 | 0 | strong | moderate | low | high recent PR volume |
|
|
|
|
| 782 |
- heuristic read: **targets high-star repos**
|
| 783 |
|
| 784 |
Example artifacts:
|
| 785 |
+
- [PR #14054: Cosmos3 context parallel](https://github.com/huggingface/diffusers/pull/14054) — open
|
| 786 |
- [PR #13924: multi-GPU VAE Fix for Cosmos 3](https://github.com/huggingface/diffusers/pull/13924) — closed, merged
|
| 787 |
- [PR #13818: Adding Cosmos 3 to Diffusers](https://github.com/huggingface/diffusers/pull/13818) — closed, merged
|
| 788 |
- [Issue #14041: Finalize Guidelines for Ulysses based context parallel attention](https://github.com/huggingface/diffusers/issues/14041) — open
|
|
|
|
| 2079 |
Example artifacts:
|
| 2080 |
- [PR #13825: fix: Add missing StableAudioPipeline dummy class to prevent RecursionError (closes #13274)](https://github.com/huggingface/diffusers/pull/13825) — open
|
| 2081 |
|
| 2082 |
+
### `C1-BA-B1-F3`
|
| 2083 |
+
|
| 2084 |
+
- profile: [github.com/C1-BA-B1-F3](https://github.com/C1-BA-B1-F3)
|
| 2085 |
+
- repo PR search: [open search](https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AC1-BA-B1-F3)
|
| 2086 |
+
- repo issue search: [open search](https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AC1-BA-B1-F3)
|
| 2087 |
+
- repo first seen: `2026-06-25T20:34:05Z`
|
| 2088 |
+
- repo last seen: `2026-06-25T20:34:05Z`
|
| 2089 |
+
- first seen in snapshot: **yes**
|
| 2090 |
+
- repo association: **FIRST_TIME_CONTRIBUTOR**
|
| 2091 |
+
- repo primary artifacts: **1**
|
| 2092 |
+
- snapshot authored PRs/issues: **1 PRs / 0 issues**
|
| 2093 |
+
- snapshot discussion activity: **0 comments / 0 reviews / 0 review comments**
|
| 2094 |
+
- account age: **3300 days**
|
| 2095 |
+
- recent public PR activity: **75 PRs** (3 merged / 22 closed-unmerged / 50 open; merged rate **4%**, closed-unmerged rate **29%**, open rate **67%**)
|
| 2096 |
+
- public orgs: none visible
|
| 2097 |
+
- compact scores: follow-through **weak**, breadth **very high**, automation risk **medium**
|
| 2098 |
+
- heuristic read: **high recent PR volume; very broad repo spread; high open PR share; targets high-star repos**
|
| 2099 |
+
|
| 2100 |
+
Example artifacts:
|
| 2101 |
+
- [PR #14069: Fix ControlNet img2img and inpaint control image validation](https://github.com/huggingface/diffusers/pull/14069) — open
|
| 2102 |
+
|
| 2103 |
### `Carlofkl`
|
| 2104 |
|
| 2105 |
- profile: [github.com/Carlofkl](https://github.com/Carlofkl)
|
new_contributors.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a344672500bb74172fcd2464d9e9e502711b5e949808a02260ba9972bb904d1
|
| 3 |
+
size 32859
|
pr_diffs.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbed074a4f094a7cd71fa82c0be414d5f535494c598c054f4f8eabb6f19b1c1f
|
| 3 |
+
size 113190833
|
pr_files.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5ede1c015f1ea98b6546846a073ea249f2cd9222892ca723afd929fd7011228
|
| 3 |
+
size 69015166
|
pull_requests.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8880daa1877cad40056a14c2347dfc7ef6de0bb42178aebe8d1da0d4b297acc
|
| 3 |
+
size 5228251
|
review_comments.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ef3bfff626cf72fdedaae4477ec0fd18d9aadb7c34f6b5dc3c6a367a264c8e5
|
| 3 |
+
size 5702899
|
reviews.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c316310835782b4aad47dd856a14070ea5c55db78471f1b7e11123c54036702f
|
| 3 |
+
size 2331387
|
snapshots/20260625T203517Z/manifest.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"artifacts": {
|
| 3 |
+
"new_contributors_json": "new-contributors-report.json",
|
| 4 |
+
"new_contributors_markdown": "new-contributors-report.md",
|
| 5 |
+
"new_contributors_parquet": "new_contributors.parquet"
|
| 6 |
+
},
|
| 7 |
+
"counts": {
|
| 8 |
+
"comments": 60102,
|
| 9 |
+
"issues": 5434,
|
| 10 |
+
"links": 8195,
|
| 11 |
+
"new_contributors": 120,
|
| 12 |
+
"pr_diffs": 7603,
|
| 13 |
+
"pr_files": 53073,
|
| 14 |
+
"pull_requests": 7603,
|
| 15 |
+
"review_comments": 32337,
|
| 16 |
+
"reviews": 30075,
|
| 17 |
+
"timeline_events": 209066
|
| 18 |
+
},
|
| 19 |
+
"crawl_started_at": "2026-06-25T20:35:17Z",
|
| 20 |
+
"delta_counts": {
|
| 21 |
+
"comments": 0,
|
| 22 |
+
"issue_stubs": 3,
|
| 23 |
+
"issues": 0,
|
| 24 |
+
"links": 2351,
|
| 25 |
+
"pr_diffs": 3,
|
| 26 |
+
"pr_files": 33,
|
| 27 |
+
"pull_requests": 3,
|
| 28 |
+
"review_comments": 55,
|
| 29 |
+
"reviews": 30,
|
| 30 |
+
"timeline_events": 63
|
| 31 |
+
},
|
| 32 |
+
"extracted_at": "2026-06-25T20:35:17Z",
|
| 33 |
+
"repo": "huggingface/diffusers",
|
| 34 |
+
"snapshot_id": "20260625T203517Z",
|
| 35 |
+
"watermark": {
|
| 36 |
+
"effective_since": "2026-06-25T19:35:17Z",
|
| 37 |
+
"next_since": "2026-06-25T20:35:17Z"
|
| 38 |
+
}
|
| 39 |
+
}
|
snapshots/latest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"archived_manifest_path": "snapshots/
|
| 3 |
-
"latest_snapshot_id": "
|
| 4 |
"manifest_path": "manifest.json",
|
| 5 |
-
"next_since": "2026-06-
|
| 6 |
"repo": "huggingface/diffusers",
|
| 7 |
-
"snapshot_dir": "snapshots/
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"archived_manifest_path": "snapshots/20260625T203517Z/manifest.json",
|
| 3 |
+
"latest_snapshot_id": "20260625T203517Z",
|
| 4 |
"manifest_path": "manifest.json",
|
| 5 |
+
"next_since": "2026-06-25T20:35:17Z",
|
| 6 |
"repo": "huggingface/diffusers",
|
| 7 |
+
"snapshot_dir": "snapshots/20260625T203517Z"
|
| 8 |
}
|
state/watermark.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"effective_since": "2026-06-
|
| 3 |
-
"last_successful_snapshot_id": "
|
| 4 |
-
"next_since": "2026-06-
|
| 5 |
"repo": "huggingface/diffusers",
|
| 6 |
-
"updated_at": "2026-06-
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"effective_since": "2026-06-25T19:35:17Z",
|
| 3 |
+
"last_successful_snapshot_id": "20260625T203517Z",
|
| 4 |
+
"next_since": "2026-06-25T20:35:17Z",
|
| 5 |
"repo": "huggingface/diffusers",
|
| 6 |
+
"updated_at": "2026-06-25T20:35:17Z"
|
| 7 |
}
|