From 616bd4d7f91162a7660b708a2ea7527d8c046785 Mon Sep 17 00:00:00 2001 From: Pascal Bourgault Date: Mon, 25 Sep 2023 14:23:27 -0400 Subject: [PATCH] upd hist --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index 9ee560f6..56c6c41b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -14,6 +14,7 @@ New features and enhancements ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * Added the ability to search for simulations that reach a given warming level. (:pull:`251`). * ``xs.spatial_mean`` now accepts the ``region="global"`` keyword to perform a global average (:issue:`94`, :pull:`260`). +* ``xs.spatial_mean`` with ``method='xESMF'`` will also automatically segmentize polygons (down to a 1° resolution) to ensure a correct average (:pull:`260`). Breaking changes ^^^^^^^^^^^^^^^^