Skip to content

Commit d459ead

Browse files
committed
Update CHANGES.md with detailed UV-only improvements
Expand vague entries with specific details: - UV-only CI job testing without Python pre-installation - Complete documentation overhaul for UV workflow - Simplified configuration examples - Migration guide and FAQ additions
1 parent b29ec93 commit d459ead

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,15 @@
3535
- Improvement: Simplified mxenv.mk logic from 3+ nesting levels to 1-2 levels
3636
using computed intermediate variables (`USE_GLOBAL_UV`, `USE_LOCAL_UV`).
3737
Code is now more maintainable and easier to extend.
38-
- Tests/CI: Increase coverage, test UV-only scenario.
39-
- Docs: Overhaul and improve. Focus on UV only.
38+
- Tests/CI: Add UV-only CI job testing workflow without Python pre-installation.
39+
New `uv-only` job in variants workflow verifies that `make install` works
40+
with only UV installed (no Python) on Python 3.10 and 3.14, proving the
41+
UV-only team workflow documented in getting-started.md.
42+
- Docs: Complete overhaul of installation documentation. Document UV-only workflow
43+
requiring no Python pre-installation. Simplify UV configuration examples to show
44+
only required settings (PYTHON_PACKAGE_INSTALLER and UV_PYTHON). Add migration guide,
45+
FAQ/troubleshooting section, and clarify when PYTHON_MIN_VERSION/PRIMARY_PYTHON
46+
settings are needed vs. optional.
4047
- Chore: Migrate to hatch-vcs for automated versioning from git tags.
4148

4249
## 1.3.0 (2025-09-03)

0 commit comments

Comments
 (0)