Releases: iscc/iscc-sci
Releases · iscc/iscc-sci
v0.3.0
- Renamed CLI command from
scitoiscc-sci - Migrated build system from poetry to uv
- Added Python 3.14 support, dropped Python 3.9 and 3.10
- Rewrote CLI tests for 100% code coverage
- Aligned
preprocess_imagepreflight order with IEP-0004 (remove transparency before trimming borders) - Enabled GPU inference: select the ONNX runtime via exclusive
cpu/gpuextras and request the CUDA execution provider inmodel()(pip install iscc-scino longer bundles a runtime — installiscc-sci[cpu]oriscc-sci[gpu])