qweave v0.5.0
This release makes categorical grouping stricter and more efficient, and completes the transition to the interactive report viewer.
Highlights
group_rankandgroup_neutralizenow accept non-null String and integer group columns. Strings are factorized to compacti32codes; integer values are range-checked before entering the core engine.- Float and null group columns are rejected with clear validation errors.
- The legacy
EvalResult.to_html()API has been removed. UseEvalResult.view()for interactive reports. - Interactive reports now include a 停止服务 button for graceful server shutdown.
Installation
Install from PyPI after the release workflow completes:
python -m pip install qweave==0.5.0Python 3.10+ is supported through stable-ABI wheels for Windows, Linux, and macOS.