From c26cf2943de7f261951e891bc6325d82f79ef865 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Thu, 30 Oct 2025 11:28:58 +1000 Subject: fix: remove warning when no data in view during zooming - 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 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index e0b5d54..69f240a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scopekit" -version = "1.0.2" +version = "1.0.3" description = "General-purpose oscilloscope plotting components." authors = [{ name = "Sam Scholten", email = "s.scholten@uq.edu.au" }] requires-python = ">=3.8" -- cgit v1.2.3