v0.16.1 - Example Script Cleanup (2026-03-04)¶
What Changed?¶
This release cleans up variable and function naming in get_thresholds.py to align with get_runs.py.
The CLI interface is unchanged — only internal names were standardized.
What's New¶
No new features in this release. See v0.16.0 for the workspace module addition.
Installation¶
Quick Start¶
# Get the release
git checkout v0.16.1
# Setup
uv sync
# Run CLI
uv run kazunoko --help
What's Different from the Last Version?¶
🔧 Changed¶
get_thresholds.py: internal parameterruns→filesinscan_serial(),scan_parallel(), and_measure_threshold()for consistent naming withget_runs.pyget_thresholds.py: renamed_run_sessions()→_measure_threshold()to better describe the function's responsibility (measure events for one threshold configuration)
Is It Safe to Upgrade?¶
Backward Compatible: Yes
- No changes to CLI arguments or output behavior
- Internal refactoring only
Tests Passed¶
- ✅ Builds without errors
- ✅
uvx ruff check src/passes with no issues
Release Details¶
- Date: 2026-03-04
- Version: v0.16.1
- Files Changed: 1
- Commits: 460e131, 8558dba
Next Steps¶
- Add tests for
kazunoko.workspacefunctions