This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryNative PPRL bloom CLK kernel added as opt‑in acceleration and EM training pair sampling made deterministic.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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
symbolbloom_clk_batch(rayon + GIL-release, 256-bit Cryptographic Longterm
Key encoding) accelerates the PPRLbloom_filtertransform. Reachable via
GOLDENMATCH_NATIVE=1; pure-Python stays the reproducible default and the
graceful fallback when the symbol is absent. Needsgoldenmatch-native0.1.5
(released separately). (#826) -
Probabilistic EM training-pair sampling is now deterministic (#829).
_sample_blocked_pairsseeded-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 stableblock_keybefore 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
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]