GoldenMatch v1.5.0 — Auto-config verification layer #46
Ben Severn (benzsevern)
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
GoldenMatch v1.5.0 is out 🟡
What's new
Auto-config now has a preflight + postflight verification layer.
dedupe_df(df)with no arguments is now runtime-safe on datasets that used to crash (DBLP-ACM, biblio, product descriptions).auto_configure_df— column resolution with domain auto-repair, cardinality bounds, block-size sanity, offline-safe remote-asset demotion, confidence-gated weight capping. RaisesConfigValidationErroron unrepairable issues; attachesPreflightReportto the config.PostflightReporttoDedupeResult/MatchResult.embedding/record_embedding/ cross-encoder rerank are demoted unlessallow_remote_assets=True. CI won't silently download models.strict=True) keeps signals + advisories but suppresses adjustments for deterministic parity runs.Classifier fixes
yearandmulti_namecol_types.Install
```bash
pip install --upgrade goldenmatch
```
Examples
Read more
Feedback and bug reports welcome here or in Issues.
All reactions