Skip to content

v0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jul 07:03

qweave v0.5.0

This release makes categorical grouping stricter and more efficient, and completes the transition to the interactive report viewer.

Highlights

  • group_rank and group_neutralize now accept non-null String and integer group columns. Strings are factorized to compact i32 codes; 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. Use EvalResult.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.0

Python 3.10+ is supported through stable-ABI wheels for Windows, Linux, and macOS.