| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
| |
- Only pre-decimate elements that will be shown in envelope mode (MODE_ENVELOPE or MODE_BOTH)
- MODE_DETAIL-only elements skip pre-decimation to improve performance with large datasets
- In _show_custom_elements, only use envelope decimation if element's display_mode includes MODE_ENVELOPE
- Maintains full functionality while significantly reducing computational overhead
Version 1.0.7
|
| |
|
|
|
|
|
| |
Previously seconds were displayed with 3 decimal places (e.g., 10.142s) which
was unnecessarily verbose for large time spans. Now displays as whole numbers
(e.g., 10s), which is more appropriate when viewing recordings at the
seconds scale where millisecond precision isn't meaningful.
|
| |
|
|
|
|
|
| |
The x-axis label was using the time unit calculated from the entire data span,
but after render() the optimal unit is recalculated based on the actual view span.
Add explicit call to _update_axis_formatting() after _update_plot_data() to ensure
the label reflects the correct time unit for the displayed view.
|
| | |
|
| |
|
|
|
|
|
|
| |
- Remove RuntimeWarning that appeared during normal zoom operations
- This warning occurred when zooming into very small ranges where no data points were visible
- The behavior is now silent, returning empty arrays without warning as this is expected during zooming
- Simplified code logic by removing early return for empty mask and checking array length after filtering
- Bump version to 1.0.3
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
- Change threshold from 1% to 10% CV coefficient of variation
- Remove detailed worst-point reporting
- Combine warnings into a single concise message
- Only warn on severe irregularities that might affect analysis
|
| | |
|
| |
|
|
| |
Co-authored-by: aider (openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
| |
|
|
| |
Co-authored-by: aider (openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
| | |
|
| |
|