Skip to content

v0.10.0

Choose a tag to compare

@kyle-the-voyant kyle-the-voyant released this 14 May 21:57
e98b7c5

v0.10.0 Release Notes

Compatible with carbon-interface v1.2.9 (no functional interface contract change since v1.2.0)

New Features

Neighborhood-based peak combine algorithm

The peak combiner now validates each peak against a cluster of same-surface neighbors rather than relying solely on a direct literal-twin pair. This improves robustness in cross-target and ghost-detection scenarios where the literal twin may come from a different surface.

The previous literal-twin-only behavior is available via --peak-combine-twin-only (CLI), set_peak_combine_twin_only(true) (Python/C++), or "twin_only": true in the JSON config — useful as a fallback if the neighborhood processing introduces unexpected behavior in a given setup.