From 76c8a5d26e31d0f7260344b153248120dc06b91a Mon Sep 17 00:00:00 2001 From: Brewster Malevich Date: Thu, 18 Jun 2026 21:00:00 -0700 Subject: [PATCH 1/2] Mention "segment weights" in GridWeightingRegions docstr Many might search for "segment weights" or expect the term for this concept. This at least gets things started by mentioning it in the documentation. --- src/isku/extract.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/isku/extract.py b/src/isku/extract.py index 56168b9..e61b457 100644 --- a/src/isku/extract.py +++ b/src/isku/extract.py @@ -92,6 +92,8 @@ class GridWeightingRegions(RegionExtractor): 'weights' dataset must have "lat", "lon", "weight", "region". + These are sometimes called "segment weights". + Raises ------ ValueError From d8640943859cf01d634bb50666a7c2abdc66859c Mon Sep 17 00:00:00 2001 From: Brewster Malevich Date: Thu, 18 Jun 2026 21:07:31 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f0fbd5..9a884fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Minor improvements to README, CONTRIBUTING docs, developer experience. ([@brews](https://github.com/brews), [PR#42](https://github.com/ClimateImpactLab/isku/pull/42)) +- Mention "segment weights" in `GridWeightingRegions` API docs. ([@brews](https://github.com/brews), [PR#60](https://github.com/ClimateImpactLab/isku/pull/60)) ## [0.3.0] - 2026-05-15