| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix: Ensure axis time unit label is correct after initial renderv1.0.5 | Sam Scholten | 2025-10-30 |
| | | | | | | | | 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. | ||
| * | v1.0.4 bugfix releasev1.0.4 | Sam Scholten | 2025-10-30 |
| | | |||
| * | fix: remove warning when no data in view during zoomingv1.0.3 | Sam Scholten | 2025-10-30 |
| | | | | | | | | | - 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 | ||
| * | remove monotonicity checkv1.0.2 | Sam Scholten | 2025-10-28 |
| | | |||
| * | Bump version to 1.0.1 | Sam Scholten | 2025-10-28 |
| | | |||
| * | A new startv1.0.0 | Sam Scholten | 2025-09-11 |
