aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* fix: remove warning when no data in view during zoomingv1.0.3Sam Scholten2025-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.2Sam Scholten2025-10-28
|
* Reduce non-uniform sampling warning verbosityv1.0.1Sam Scholten2025-10-28
| | | | | | | - 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
* fix: Remove unused logger debug statements from decimation managerSam Scholten2025-10-27
| | | | Co-authored-by: aider (openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
* refactor: Replace Loguru with warnings and print statementsSam Scholten2025-10-27
| | | | Co-authored-by: aider (openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
* A new startv1.0.0Sam Scholten2025-09-11