v0.3.4 - Timedelta Error Calculation Fix (2025-12-22)¶
What Changed?¶
This release fixes a critical bug in the timedelta_us error calculation alignment. The correction ensures accurate error metrics when analyzing timing data from cosmic ray detection events. This maintenance fix maintains full backward compatibility with existing analysis workflows.
What's New¶
Bug Fix: Timedelta Error Calculation Alignment¶
What it does: Corrects the alignment of timedelta_us error calculations to ensure accurate timing error metrics. This fix addresses a calculation bug that was producing misaligned error values when analyzing timing data from cosmic ray detection events.
Impact: Users analyzing timing precision in detection event data will now get accurate error metrics that correctly reflect the measurement uncertainty in microsecond-level timing differences.
Installation¶
Quick Start¶
# Get the release
git checkout v0.3.4
# Setup
uv sync
# Run CLI
uv run kazunoko --help
What's Different from the Last Version?¶
✅ Added¶
- Improved timedelta_us error analysis and documentation in notebooks
🔧 Changed¶
- Timedelta error calculation alignment corrected for proper accuracy
🐛 Fixed¶
- Corrected timedelta_us error calculation alignment (issue in data analysis workflows)
Is It Safe to Upgrade?¶
Backward Compatible: Yes
- This is a bug fix release with no breaking changes
- Existing scripts and workflows will continue to work as expected
- Analysis results may differ slightly due to corrected error calculations
Tests Passed¶
- ✅ Builds without errors
- ✅ Pre-commit hooks validation passed
- ✅ Changelog generated successfully
Release Details¶
- Date: 2025-12-22
- Version: v0.3.4
- Files Changed: 4
- Key Commit: 8495cee - fix: correct timedelta_us error calculation alignment
Next Steps¶
- Continue documentation improvements for data analysis workflows
- Expand timedelta_us analysis capabilities with additional statistical metrics
- Investigate further optimization opportunities in event timing calculations