aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSam Scholten2025-10-31 07:39:10 +1000
committerSam Scholten2025-10-31 07:39:10 +1000
commit016f0c4b1815555965100eb5a58a9e81197d8a34 (patch)
treec035084b06ad8e3142373b9689f5932e3c21e9ea /pyproject.toml
parentfb256f5add760d891835c89ac26387cc4e2bac12 (diff)
downloadscopekit-main.tar.gz
scopekit-main.zip
optimize: skip pre-decimation for MODE_DETAIL-only elementsv1.0.7main
- 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
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0e83725..74b0acf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "scopekit"
-version = "1.0.6"
+version = "1.0.7"
description = "General-purpose oscilloscope plotting components."
authors = [{ name = "Sam Scholten", email = "s.scholten@uq.edu.au" }]
requires-python = ">=3.8"