This repository was archived by the owner on Jun 13, 2026. It is now read-only.
v1.0.2
Changes since v1.0.1
- feat: column context pipeline — GoldenCheck, GoldenFlow, and GoldenMatch now share column metadata through the pipeline context. Column types, null rates, and cardinality are classified once and flow downstream for smarter auto-config.
- refactor: ColumnType/CardinalityBand enums — type-safe column classification with post_init validation
- fix: expose unique/dupes/match_stats in pipeline artifacts — DedupeStage now stores full dedup results
- fix: utf8-lossy encoding for CSV reads — prevents crashes on Latin-1 data
Tested on 208,505 NC voter records: 191,962 distinct people in 34 seconds with zero config.