diff options
| author | Sam Scholten | 2025-10-31 07:39:10 +1000 |
|---|---|---|
| committer | Sam Scholten | 2025-10-31 07:39:10 +1000 |
| commit | 016f0c4b1815555965100eb5a58a9e81197d8a34 (patch) | |
| tree | c035084b06ad8e3142373b9689f5932e3c21e9ea /pyproject.toml | |
| parent | fb256f5add760d891835c89ac26387cc4e2bac12 (diff) | |
| download | scopekit-016f0c4b1815555965100eb5a58a9e81197d8a34.tar.gz scopekit-016f0c4b1815555965100eb5a58a9e81197d8a34.zip | |
- 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.toml | 2 |
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" |
