Skip to content

Commit 3692814

Browse files
authored
release: 470 new CPUs/GPUs/SoCs/MacBooks + Intel/GPU cross-check fixes (2026-09-25) (#274)
See PR #274 for details.
2 parents 151665e + 308fa45 commit 3692814

4,765 files changed

Lines changed: 56436 additions & 5973 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎app/validate.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,9 @@ def validate() -> list[str]:
325325
_check_slug(fname, rec.get("slug"), errors)
326326
if "release_date" in rec:
327327
_check_date(fname, rec["release_date"], errors)
328-
_check_range(fname, "ram_gb", rec.get("ram_gb"), 1, 64, errors)
328+
_check_range(fname, "ram_gb", rec.get("ram_gb"), 0.016, 64, errors)
329329
_check_range(fname, "battery_mah", rec.get("battery_mah"), 500, 12000, errors)
330-
_check_range(fname, "weight_g", rec.get("weight_g"), 50, 500, errors)
330+
_check_range(fname, "weight_g", rec.get("weight_g"), 50, 1500, errors)
331331
if "msrp_usd" in rec:
332332
_check_range(fname, "msrp_usd", rec["msrp_usd"], 50, 5000, errors)
333333
if rec.get("brand") not in brand_slugs:

‎data/_verify/status.json‎

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"generated_at": "2026-09-25T01:29:53Z",
2+
"generated_at": "2026-09-25T07:36:52Z",
33
"schema": 1,
44
"totals": {
5-
"records": 105800,
5+
"records": 106291,
66
"verified": 22099,
7-
"verified_pct": 20.89,
8-
"models": 49508,
7+
"verified_pct": 20.79,
8+
"models": 49999,
99
"verified_models": 21784,
10-
"verified_models_pct": 44.0,
11-
"green": 23533,
12-
"yellow": 81146,
13-
"red": 1121,
14-
"promotable": 23533
10+
"verified_models_pct": 43.57,
11+
"green": 24121,
12+
"yellow": 81074,
13+
"red": 1096,
14+
"promotable": 24121
1515
},
1616
"by_category": {
1717
"brand": {
@@ -27,16 +27,16 @@
2727
"promotable": 122
2828
},
2929
"soc": {
30-
"total": 2104,
30+
"total": 2097,
3131
"verified": 193,
32-
"verified_pct": 9.17,
33-
"models": 2104,
32+
"verified_pct": 9.2,
33+
"models": 2097,
3434
"verified_models": 193,
35-
"verified_models_pct": 9.17,
36-
"green": 231,
37-
"yellow": 825,
38-
"red": 1048,
39-
"promotable": 231
35+
"verified_models_pct": 9.2,
36+
"green": 251,
37+
"yellow": 824,
38+
"red": 1022,
39+
"promotable": 251
4040
},
4141
"smartphone": {
4242
"total": 93396,
@@ -45,10 +45,10 @@
4545
"models": 39611,
4646
"verified_models": 17260,
4747
"verified_models_pct": 43.57,
48-
"green": 17909,
49-
"yellow": 75420,
50-
"red": 67,
51-
"promotable": 17909
48+
"green": 17931,
49+
"yellow": 75397,
50+
"red": 68,
51+
"promotable": 17931
5252
},
5353
"tablet": {
5454
"total": 3455,
@@ -57,10 +57,10 @@
5757
"models": 1216,
5858
"verified_models": 217,
5959
"verified_models_pct": 17.85,
60-
"green": 277,
61-
"yellow": 3177,
60+
"green": 291,
61+
"yellow": 3163,
6262
"red": 1,
63-
"promotable": 277
63+
"promotable": 291
6464
},
6565
"watch": {
6666
"total": 433,
@@ -69,10 +69,10 @@
6969
"models": 193,
7070
"verified_models": 27,
7171
"verified_models_pct": 13.99,
72-
"green": 39,
73-
"yellow": 390,
72+
"green": 43,
73+
"yellow": 386,
7474
"red": 4,
75-
"promotable": 39
75+
"promotable": 43
7676
},
7777
"pda": {
7878
"total": 140,
@@ -87,28 +87,28 @@
8787
"promotable": 83
8888
},
8989
"gpu": {
90-
"total": 2030,
90+
"total": 2093,
9191
"verified": 1028,
92-
"verified_pct": 50.64,
93-
"models": 2030,
92+
"verified_pct": 49.12,
93+
"models": 2093,
9494
"verified_models": 1028,
95-
"verified_models_pct": 50.64,
96-
"green": 1211,
95+
"verified_models_pct": 49.12,
96+
"green": 1274,
9797
"yellow": 819,
9898
"red": 0,
99-
"promotable": 1211
99+
"promotable": 1274
100100
},
101101
"cpu": {
102-
"total": 4035,
102+
"total": 4470,
103103
"verified": 2869,
104-
"verified_pct": 71.1,
105-
"models": 4035,
104+
"verified_pct": 64.18,
105+
"models": 4470,
106106
"verified_models": 2869,
107-
"verified_models_pct": 71.1,
108-
"green": 3661,
109-
"yellow": 373,
107+
"verified_models_pct": 64.18,
108+
"green": 4126,
109+
"yellow": 343,
110110
"red": 1,
111-
"promotable": 3661
111+
"promotable": 4126
112112
}
113113
}
114114
}

‎data/brand/at/emporia.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Emporia Telecom",
44
"country": "AT",
55
"founded_year": 1991,
6-
"logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Emporia.jpg",
6+
"logo_url": null,
77
"website": "https://www.emporia.eu",
88
"verified": true,
99
"source_urls": [

‎data/brand/cn/ayaneo.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "AYANEO",
44
"country": "CN",
55
"founded_year": 2020,
6-
"logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ayaneo_Logo.png",
6+
"logo_url": null,
77
"website": "https://www.ayaneo.com",
88
"verified": false,
99
"source_urls": [

‎data/brand/cn/colorful.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"verified": true,
1010
"source_urls": [
11-
"https://en.wikipedia.org/wiki/Colorful_(company)"
11+
"https://zh.wikipedia.org/wiki/%E4%B8%83%E5%BD%A9%E8%99%B9"
1212
],
1313
"website": "https://www.colorful.cn",
1414
"founded_year": 1995,

‎data/brand/cn/koorui.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"verified": true,
99
"source_urls": [
10-
"https://en.wikipedia.org/wiki/HKC_(company)"
10+
"https://www.hkcglobal.net/"
1111
],
1212
"website": "https://www.koorui.com",
1313
"description_en": "KOORUI is a Chinese computer-monitor brand associated with display maker HKC.",

‎data/brand/cn/leeco.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "LeEco",
44
"country": "CN",
55
"founded_year": 2004,
6-
"logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LeEco_logo.png",
6+
"logo_url": null,
77
"website": "http://www.LeEco.com/",
88
"verified": false,
99
"source_urls": [

‎data/brand/cn/smartisan.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Smartisan",
44
"country": "CN",
55
"founded_year": 2012,
6-
"logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Smartisan_logo.png",
6+
"logo_url": null,
77
"website": "https://www.smartisan.com/",
88
"verified": false,
99
"source_urls": [

‎data/brand/cn/t-head.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "T-Head Semiconductor",
44
"country": "CN",
55
"founded_year": 2018,
6-
"logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T-Head_Logo.png",
6+
"logo_url": null,
77
"website": "https://www.t-head.cn",
88
"verified": false,
99
"source_urls": [

0 commit comments

Comments
 (0)