Junya Morioka
1bc47b39f2
refactor: rename docs to doc and pages to docs for GitHub Pages
...
- Rename docs/ to doc/ (contains packages.md, release_history.md, etc.)
- Rename pages/ to docs/ (contains search page index.html)
- Update all references in README.md, workflows, and Python scripts
GitHub Pages only supports / or /docs as the source directory.
2026-01-18 01:12:22 +09:00
github-actions[bot]
9c9da312ac
chore: update download statistics
...
Update download statistics and graph for 2026-01-17
2026-01-17 02:09:19 +00:00
github-actions[bot]
3f40f7ac1f
chore: update download statistics
...
Update download statistics and graph for 2026-01-16
2026-01-16 02:21:54 +00:00
github-actions[bot]
9d7619f3eb
chore: update download statistics
...
Update download statistics and graph for 2026-01-15
2026-01-15 02:19:53 +00:00
github-actions[bot]
79a69c9613
chore: update download statistics
...
Update download statistics and graph for 2026-01-14
2026-01-14 02:25:34 +00:00
github-actions[bot]
9965fec230
chore: update download statistics
...
Update download statistics and graph for 2026-01-13
2026-01-13 02:12:18 +00:00
github-actions[bot]
ffccd8cbd9
chore: update download statistics
...
Update download statistics and graph for 2026-01-12
2026-01-12 02:26:37 +00:00
github-actions[bot]
6c2d238078
chore: update download statistics
...
Update download statistics and graph for 2026-01-11
2026-01-11 02:31:21 +00:00
github-actions[bot]
f14591edf5
chore: update download statistics
...
Update download statistics and graph for 2026-01-10
2026-01-10 02:10:52 +00:00
github-actions[bot]
5db978e471
docs: update docs for v0.7.7
2026-01-09 23:32:05 +00:00
github-actions[bot]
e30c1e1b11
chore: update download statistics
...
Update download statistics and graph for 2026-01-09
2026-01-09 02:21:07 +00:00
Junya Morioka
353c319d63
docs: update docs for v0.7.6
2026-01-09 03:07:53 +09:00
github-actions[bot]
9810496373
chore: update download statistics
...
Update download statistics and graph for 2026-01-08
2026-01-08 02:20:34 +00:00
github-actions[bot]
e64949b4aa
chore: update download statistics
...
Update download statistics and graph for 2026-01-07
2026-01-07 02:19:59 +00:00
github-actions[bot]
8bdd746db1
chore: update download statistics
...
Update download statistics and graph for 2026-01-06
2026-01-06 02:20:11 +00:00
github-actions[bot]
cdda6c35ee
chore: update download statistics
...
Update download statistics and graph for 2026-01-05
2026-01-05 02:31:59 +00:00
github-actions[bot]
f6f13fb27c
chore: update download statistics
...
Update download statistics and graph for 2026-01-04
2026-01-04 02:31:31 +00:00
github-actions[bot]
046fbd1540
chore: update download statistics
...
Update download statistics and graph for 2026-01-03
2026-01-03 02:07:48 +00:00
github-actions[bot]
5f8e6bc102
chore: update download statistics
...
Update download statistics and graph for 2026-01-02
2026-01-02 02:20:38 +00:00
github-actions[bot]
798455127a
chore: update download statistics
...
Update download statistics and graph for 2026-01-01
2026-01-01 02:30:21 +00:00
github-actions[bot]
0f370038ab
chore: update download statistics
...
Update download statistics and graph for 2025-12-31
2025-12-31 02:13:00 +00:00
github-actions[bot]
cb57b2e6a6
chore: update download statistics
...
Update download statistics and graph for 2025-12-30
2025-12-30 02:12:19 +00:00
github-actions[bot]
13d412ebfa
chore: update download statistics
...
Update download statistics and graph for 2025-12-29
2025-12-29 02:27:05 +00:00
github-actions[bot]
e52fba0027
chore: update download statistics
...
Update download statistics and graph for 2025-12-28
2025-12-28 02:29:32 +00:00
github-actions[bot]
a60d268176
chore: update download statistics
...
Update download statistics and graph for 2025-12-27
2025-12-27 02:08:31 +00:00
github-actions[bot]
360099115b
chore: update download statistics
...
Update download statistics and graph for 2025-12-26
2025-12-26 02:10:44 +00:00
github-actions[bot]
7453088449
chore: update download statistics
...
Update download statistics and graph for 2025-12-25
2025-12-25 02:11:45 +00:00
github-actions[bot]
5d874010e3
chore: update download statistics
...
Update download statistics and graph for 2025-12-24
2025-12-24 02:09:36 +00:00
Junya Morioka
603aa0a66d
docs: Update docs
2025-12-23 16:38:52 +09:00
github-actions[bot]
7ad2fb45e3
chore: update download statistics
...
Update download statistics and graph for 2025-12-23
2025-12-23 02:11:29 +00:00
github-actions[bot]
5d88790e1e
chore: update download statistics
...
Update download statistics and graph for 2025-12-22
2025-12-22 02:22:23 +00:00
github-actions[bot]
b64930f157
chore: update download statistics
...
Update download statistics and graph for 2025-12-21
2025-12-21 02:23:23 +00:00
Junya Morioka
86938251af
refactor: improve code structure and documentation with shared utilities
...
- Move reusable functions (parse_numeric_version, normalize_semantic_version, get_tag_from_url, get_os_emoji, collect_versions_from_assets, format_versions) to common.py for code reuse across scripts
- Add comprehensive docstrings to all modules and functions for better maintainability
- Enhance parse_wheel_filename to support multiple manylinux tags (e.g., manylinux_2_24_x86_64.manylinux_2_28_x86_64)
- Improve normalize_platform_name to handle manylinux formats with multiple tags
- Refactor create_packages.py to use shared utilities from common.py
- Refactor create_release_history.py with improved function naming and error handling
- Refactor create_release_note.py with better error messages and usage documentation
- Decode URL encoding for improved readability in package documentation
- Update docs/packages.md with formatted output from refactored scripts
2025-12-21 03:20:11 +09:00
github-actions[bot]
879974db28
chore: update download statistics
...
Update download statistics and graph for 2025-12-20
2025-12-20 02:03:35 +00:00
github-actions[bot]
3b51b4b67a
chore: update download statistics
...
Update download statistics and graph for 2025-12-19
2025-12-19 02:10:31 +00:00
github-actions[bot]
4e63e38ee9
docs: update docs for v0.7.0
2025-12-17 19:20:02 +00:00
github-actions[bot]
29a1068c1b
docs: update docs for v0.7.0
2025-12-17 09:04:30 +00:00
github-actions[bot]
8fe2eb90aa
chore: update download statistics
...
Update download statistics and graph for 2025-12-17
2025-12-17 02:06:31 +00:00
github-actions[bot]
65a4cd54b3
chore: update download statistics
...
Update download statistics and graph for 2025-12-16
2025-12-16 02:11:32 +00:00
github-actions[bot]
97b5761cdc
chore: update download statistics
...
Update download statistics and graph for 2025-12-15
2025-12-15 02:20:57 +00:00
github-actions[bot]
9144f7d82b
chore: update download statistics
...
Update download statistics and graph for 2025-12-14
2025-12-14 02:23:25 +00:00
github-actions[bot]
a18d6ac478
docs: update docs for v0.6.9
2025-12-13 09:12:24 +00:00
github-actions[bot]
fb95a286ec
chore: update download statistics
...
Update download statistics and graph for 2025-12-13
2025-12-13 02:03:59 +00:00
github-actions[bot]
797c36c81b
chore: update download statistics
...
Update download statistics and graph for 2025-12-12
2025-12-12 02:10:44 +00:00
github-actions[bot]
00080c08fa
chore: update download statistics
...
Update download statistics and graph for 2025-12-11
2025-12-11 02:11:06 +00:00
github-actions[bot]
0da2e61942
chore: update download statistics
...
Update download statistics and graph for 2025-12-10
2025-12-10 02:09:19 +00:00
github-actions[bot]
53a4dab6da
chore: update download statistics
...
Update download statistics and graph for 2025-12-09
2025-12-09 02:07:15 +00:00
github-actions[bot]
ac25c08bae
chore: update download statistics
...
Update download statistics and graph for 2025-12-08
2025-12-08 02:08:27 +00:00
github-actions[bot]
a0f758b77b
chore: update download statistics
...
Update download statistics and graph for 2025-12-07
2025-12-07 02:22:24 +00:00
github-actions[bot]
34b36b749c
docs: update docs for v0.6.4
2025-12-06 15:21:57 +00:00