Skip to content
This repository was archived by the owner on Jun 13, 2026. It is now read-only.

v1.0.3

Choose a tag to compare

@benzsevern benzsevern released this 31 Mar 16:14
· 14 commits to main since this release

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=True on 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