This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summarySource priority ranking now uses per-source agreement‑with‑cluster‑consensus rate.
Full changelog
goldenmatch 1.18.1 -- 2026-05-22
Three of four follow-up lifts from the golden-rules intelligence
discussion. #4 (LLM-assisted picks) deferred to its own PR
per issue #430.
Per-source consensus agreement
source_priority ranking now uses per-source agreement-with-cluster-
consensus rate, not just completeness. Catches "complete but wrong"
sources -- a source non-null on 95% of fields but disagreeing with
the cluster majority. Falls back to completeness when < 10 attempts
per source.
MemoryStore-learned strategy tuner
core/autoconfig_golden_strategy_tuner.py. 90/10 train/heldout,
5pp overfit guard, gated on >= 50 corrections per dataset,
env-overridable via GOLDENMATCH_GOLDEN_TUNER_MIN_CORRECTIONS.
Refiner consults tuner FIRST per field; falls back to heuristics
on no_memory / below_minimum / overfit_guard.
Per-cluster strategy overrides
GoldenRulesConfig.cluster_overrides: dict[int, dict[str, GoldenFieldRule]] | None. Refiner sets per-cluster, per-field
overrides based on cluster shape:
- cluster_quality='weak' -> unanimous_or_null
- oversized clusters -> confidence_majority
- size == 2 clusters -> unanimous_or_null
The polars-native fast path is disabled when overrides are set
(fast path applies one strategy to all clusters; can't honor
per-cluster picks).
Deferred (v1.19+)
- LLM-assisted picks for ambiguous fields (issue #430)
Full CHANGELOG: https://github.com/benseverndev-oss/goldenmatch/blob/v1.18.1/packages/python/goldenmatch/CHANGELOG.md
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About GoldenMatch
All releases →Related context
Related tools
Earlier breaking changes
- v3.1.0 `GOLDENMATCH_FRAME=polars` now requires the `[polars]` extra; raises error without it.
- vgoldencheck-v3.0.0 `inferred_type` emits neutral dtype vocabulary (str/int/uint/float/date/datetime/bool/other) instead of raw Polars dtypes.
- vgoldencheck-v3.0.0 'inferred_type' now emits a neutral dtype vocabulary instead of raw Polars dtype strings.
- vgoldencheck-v3.0.0 `scan_file`, `scan_dataframe`, and CLI `check` now run without Polars, using Arrow-native pyarrow.Table.
- v3.0.0 Result frames now return pyarrow.Table instead of Polars DataFrame.
Beta — feedback welcome: [email protected]