From 50ca0a85dedea63ee7504750fa9e2dbc5bb5cf45 Mon Sep 17 00:00:00 2001 From: Grain Team Date: Thu, 14 May 2026 18:39:02 -0700 Subject: [PATCH] Skip scaling proportions if the minimun no-zero value equal to scale_min_to in IndexSampler PiperOrigin-RevId: 915724380 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec08be82c..35a06c235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ changes. Best viewed [here](https://google-grain.readthedocs.io/en/latest/change * Fixes bug causing tracebacks to be swallowed in worker processes. * Fixes performance regression in traceback filtering when workers are frequently exhausting small datasets. + * Fixes a bug so to skip scaling proportions if the minimum nonzero value + equal to scale_min_to in IndexSampler. ## Grain 0.2.16 (February 25, 2025)