This repository was archived by the owner on Jun 13, 2026. It is now read-only.
v1.0.3
Bug Fixes
- Fix schema mismatch in dedupe stage: Cast all DataFrame columns to Utf8 before calling GoldenMatch to prevent mixed-type crashes
- Fix OOM on oversized blocks: Set
skip_oversized=Trueon pipeline-generated blocking config to prevent massive blocks (e.g. 7,600 empty-name records) from causing memory exhaustion - Improve error diagnostics: Log full tracebacks on stage failures and debug-level config details
Testing
- Full pipeline on UK GIAS schools register (52,288 rows, 135 columns) — all 4 stages SUCCESS in 40s
- 120 tests passing