Skip to content

GoldenMatch

v1.30.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 1mo Data Pipelines & ETL
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

data-cleaning data-engineering data-matching data-quality deduplication entity-resolution
+14 more
fellegi-sunter fuzzy-matching knowledge-graph llm master-data-management mcp-server polars pprl python record-linkage rust splink typescript zero-config

Summary

AI summary

Native PPRL bloom CLK kernel added as opt‑in acceleration and EM training pair sampling made deterministic.

Changes in this release

Feature Low

Adds native PPRL bloom CLK kernel as opt-in feature.

Adds native PPRL bloom CLK kernel as opt-in feature.

Source: llm_adapter@2026-06-09

Confidence: high

Bugfix Medium

Makes probabilistic EM training-pair sampling deterministic.

Makes probabilistic EM training-pair sampling deterministic.

Source: llm_adapter@2026-06-09

Confidence: high

Full changelog

goldenmatch 1.30.0

New since 1.29.0:

  • Native PPRL bloom CLK kernel (opt-in, default off). New goldenmatch-native
    symbol bloom_clk_batch (rayon + GIL-release, 256-bit Cryptographic Longterm
    Key encoding) accelerates the PPRL bloom_filter transform. Reachable via
    GOLDENMATCH_NATIVE=1; pure-Python stays the reproducible default and the
    graceful fallback when the symbol is absent. Needs goldenmatch-native 0.1.5
    (released separately). (#826)

  • Probabilistic EM training-pair sampling is now deterministic (#829).
    _sample_blocked_pairs seeded-shuffled bare block indices whose order was
    itself non-deterministic (parallel / hash-bucketed construction), so the EM
    training sample (and thus the m/u weights, threshold, and precision/recall)
    varied run-to-run. On one CI run, three invocations of the identical
    probabilistic path gave historical_50k pairwise F1 of 0.805 / 0.779 / 0.643.
    The fix sorts blocks by their stable block_key before the seeded shuffle;
    post-fix the three bench harnesses agree within 0.002. The committed Splink
    head-to-head and bake-off numbers are now deterministic (see
    docs/benchmarks/2026-06-09-splink-bakeoff.md). The previously published
    dblp_acm = 0.879 was a non-deterministic lucky draw; the reproducible value
    is 0.377 -- use the weighted path for bibliographic data (0.964 on DBLP-ACM).

Full changelog: 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

Track GoldenMatch

Get notified when new releases ship.

Sign up free

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]