openms-insight 0.1.7__tar.gz → 0.1.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {openms_insight-0.1.7 → openms_insight-0.1.8}/PKG-INFO +3 -3
- {openms_insight-0.1.7 → openms_insight-0.1.8}/README.md +2 -2
- openms_insight-0.1.8/openms_insight/components/table.py +903 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/core/base.py +20 -0
- openms_insight-0.1.8/openms_insight/core/state.py +335 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/js-component/dist/assets/index.js +113 -113
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/rendering/bridge.py +226 -149
- {openms_insight-0.1.7 → openms_insight-0.1.8}/pyproject.toml +1 -1
- openms_insight-0.1.7/openms_insight/components/table.py +0 -441
- openms_insight-0.1.7/openms_insight/core/state.py +0 -217
- {openms_insight-0.1.7 → openms_insight-0.1.8}/.gitignore +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/LICENSE +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/__init__.py +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/components/__init__.py +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/components/heatmap.py +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/components/lineplot.py +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/components/sequenceview.py +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/components/volcanoplot.py +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/core/__init__.py +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/core/cache.py +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/core/registry.py +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/core/subprocess_preprocess.py +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/js-component/dist/assets/index.css +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/js-component/dist/assets/materialdesignicons-webfont.eot +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/js-component/dist/assets/materialdesignicons-webfont.ttf +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/js-component/dist/assets/materialdesignicons-webfont.woff +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/js-component/dist/assets/materialdesignicons-webfont.woff2 +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/js-component/dist/index.html +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/preprocessing/__init__.py +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/preprocessing/compression.py +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/preprocessing/filtering.py +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/preprocessing/scatter.py +0 -0
- {openms_insight-0.1.7 → openms_insight-0.1.8}/openms_insight/rendering/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openms-insight
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.8
|
|
4
4
|
Summary: Interactive visualization components for mass spectrometry data in Streamlit
|
|
5
5
|
Project-URL: Homepage, https://github.com/t0mdavid-m/OpenMS-Insight
|
|
6
6
|
Project-URL: Documentation, https://github.com/t0mdavid-m/OpenMS-Insight#readme
|
|
@@ -47,7 +47,7 @@ Interactive visualization components for mass spectrometry data in Streamlit, ba
|
|
|
47
47
|
- **Memory-efficient preprocessing** via subprocess isolation
|
|
48
48
|
- **Automatic disk caching** with config-based invalidation
|
|
49
49
|
- **Cache reconstruction** - components can be restored from cache without re-specifying configuration
|
|
50
|
-
- **Table component** (Tabulator.js) with filtering, sorting, go-to,
|
|
50
|
+
- **Table component** (Tabulator.js) with server-side pagination, filtering, sorting, go-to, CSV export
|
|
51
51
|
- **Line plot component** (Plotly.js) with highlighting, annotations, zoom
|
|
52
52
|
- **Heatmap component** (Plotly scattergl) with multi-resolution downsampling for millions of points
|
|
53
53
|
- **Volcano plot component** for differential expression visualization with significance thresholds
|
|
@@ -167,7 +167,7 @@ Table(
|
|
|
167
167
|
- `index_field`: Column used as unique row identifier (default: 'id')
|
|
168
168
|
- `go_to_fields`: Columns available in "Go to" navigation
|
|
169
169
|
- `initial_sort`: Default sort configuration
|
|
170
|
-
- `pagination`: Enable pagination
|
|
170
|
+
- `pagination`: Enable server-side pagination (default: True). Only the current page of data is sent to the browser, dramatically reducing memory usage for large datasets.
|
|
171
171
|
- `page_size`: Rows per page (default: 100)
|
|
172
172
|
|
|
173
173
|
**Custom formatters:**
|
|
@@ -12,7 +12,7 @@ Interactive visualization components for mass spectrometry data in Streamlit, ba
|
|
|
12
12
|
- **Memory-efficient preprocessing** via subprocess isolation
|
|
13
13
|
- **Automatic disk caching** with config-based invalidation
|
|
14
14
|
- **Cache reconstruction** - components can be restored from cache without re-specifying configuration
|
|
15
|
-
- **Table component** (Tabulator.js) with filtering, sorting, go-to,
|
|
15
|
+
- **Table component** (Tabulator.js) with server-side pagination, filtering, sorting, go-to, CSV export
|
|
16
16
|
- **Line plot component** (Plotly.js) with highlighting, annotations, zoom
|
|
17
17
|
- **Heatmap component** (Plotly scattergl) with multi-resolution downsampling for millions of points
|
|
18
18
|
- **Volcano plot component** for differential expression visualization with significance thresholds
|
|
@@ -132,7 +132,7 @@ Table(
|
|
|
132
132
|
- `index_field`: Column used as unique row identifier (default: 'id')
|
|
133
133
|
- `go_to_fields`: Columns available in "Go to" navigation
|
|
134
134
|
- `initial_sort`: Default sort configuration
|
|
135
|
-
- `pagination`: Enable pagination
|
|
135
|
+
- `pagination`: Enable server-side pagination (default: True). Only the current page of data is sent to the browser, dramatically reducing memory usage for large datasets.
|
|
136
136
|
- `page_size`: Rows per page (default: 100)
|
|
137
137
|
|
|
138
138
|
**Custom formatters:**
|