Releases: tercen/spatialcount_operator
Releases · tercen/spatialcount_operator
Release 0.1.3
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
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
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
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
Release 0.0.3 - Add parameter validation and error handling
Release 0.0.2
Release 0.0.2 - Add parameter validation and error handling
Release 0.0.1
Final production version with memory optimizations - Add memory limits to devcontainer (8GB) - Remove test credentials - Code optimized for large datasets - Ready for Tercen deployment