File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments