You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Python 3.14 support, dropped Python 3.9 and 3.10
Rewrote CLI tests for 100% code coverage
Aligned preprocess_image preflight order with IEP-0004 (remove transparency before trimming
borders)
Enabled GPU inference: select the ONNX runtime via exclusive cpu/gpu extras and request the
CUDA execution provider in model() (pip install iscc-sci no longer bundles a runtime — install
iscc-sci[cpu] or iscc-sci[gpu])
[0.2.0] - 2025-04-28
Added support for configurable bit-length (32 to 256 bits)
Improved image preprocessing with better handling of transparency and uniform borders
Added embedding vector output option for advanced similarity analysis
Enhanced CLI with debug mode and embedding flag options
Added vector compression functionality to reduce storage requirements