Skip to content

Releases: tercen/spatialcount_operator

Release 0.1.3

06 Nov 22:42

Choose a tag to compare

Release 0.1.3 - Production ready with test suite

- Memory optimized: 150GB → 8GB
- Proper spatial imaging test data (12 cells, 2 images)
- Expands results to all .ri values (per-cell-per-marker output)
- Generic column mapping (no hardcoded columns)
- Parameter validation
- Clean production code

Release 0.1.2

05 Nov 23:44

Choose a tag to compare

Release 0.1.2 - Return results for all markers

- Expand results to all .ri values (per-cell-per-marker output)
- Maintains memory optimization from 0.1.1
- Each cell's neighborhood cluster is replicated across all markers

Release 0.1.1

05 Nov 23:24

Choose a tag to compare

Release 0.1.1 - Critical memory optimization

BREAKING FIX: Reduced memory usage from 150GB to ~8GB
- Load only color column from main table, then collapse per cell
- Process per-cell data instead of per-cell-per-marker data
- Memory complexity reduced from O(cells * markers) to O(cells)
- Spatial results now correctly output per-cell (not per-marker)

Release 0.1.0

05 Nov 23:05

Choose a tag to compare

Release 0.1.0 - Critical memory optimization

BREAKING FIX: Reduced memory usage from 150GB to ~8GB
- Load only color column from main table, then collapse per cell
- Process per-cell data instead of per-cell-per-marker data
- Memory complexity reduced from O(cells * markers) to O(cells)
- Spatial results now correctly output per-cell (not per-marker)

Release 0.0.3

05 Nov 20:26

Choose a tag to compare

Release 0.0.3 - Add parameter validation and error handling

Release 0.0.2

05 Nov 20:16

Choose a tag to compare

Release 0.0.2 - Add parameter validation and error handling

Release 0.0.1

05 Nov 20:03

Choose a tag to compare

Final production version with memory optimizations

- Add memory limits to devcontainer (8GB)
- Remove test credentials
- Code optimized for large datasets
- Ready for Tercen deployment