Skip to content

Releases: GaomingOrion/qweave

v0.5.0

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.

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 09:57

Full Changelog: v0.3.1...v0.4.0

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 03:25

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 15:07

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 09:48