v1.0.8.1: Astral uv Build Scripts & Packaging Updates
Astral uv build and development scripts, dependency lockfile, and documentation updates.
Added
- Astral uv Build & Run Scripts: adds
scripts/builduv.shandscripts/runuv.shfor fast virtual environment bootstrapping, automated dependency synchronization, and PyInstaller binary compilation using Astraluv. - Dependency Lockfile (
uv.lock): introducesuv.lockfor deterministic, reproducible dependency resolution across environments while preserving the existing pip/venv workflow.
Documentation
- Updated Setup & Run Guides: expands
README.mdwith uv-based workflow instructions for local execution, development, testing, and executable builds alongside standard pip commands.
What's Changed
Full Changelog: v1.0.8...v1.0.8.1