v0.1.0a2
Highlights
- Simplified configuration around
server,tune,env, andtune_env. - Added offline report regeneration from validated immutable artifacts.
- Added Python 3.11–3.12 package and strict documentation checks.
Release artifacts
| Platform | Install |
|---|---|
| PyPI | pip install "vtune==0.1.0a2" |
| Linux/WSL runtime | pip install "vtune[runtime]==0.1.0a2" |
The universal wheel and source distribution are attached to the GitHub release.
Configuration
- Made
server.modelthe required model path and removedserver.args. - Added documented categorical, boolean, numeric-range, list, and environment tuning forms.
Reporting and delivery
- Regenerated HTML reports without launching runtime processes or overwriting source runs.
- Added immutable GitHub Action revisions, code ownership, CUDA guidance, and a shorter quick start.
Validation and limitations
- All 113 private tests and 17 subtests passed.
- Python 3.11/3.12, strict docs, wheel, sdist, metadata, and compatibility checks passed.
- The WSL2 RTX 3080 compatibility run was not a performance claim; native Linux and broader hardware validation remained outstanding.
Full changelog: v0.1.0a1...v0.1.0a2.