From d35f43d43a02d45cd2aae38e1d7f225d0e93ebb0 Mon Sep 17 00:00:00 2001 From: Lars Buntemeyer Date: Fri, 27 Sep 2024 12:09:26 +0200 Subject: [PATCH] update whats new --- docs/whats_new.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/whats_new.rst b/docs/whats_new.rst index ef538a1..4a5b81c 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -14,6 +14,7 @@ New Features Internal Changes ~~~~~~~~~~~~~~~~ +- Update grid rewriting in :py:meth:`cmor.cmorize_variable` (:pull:`276`) to allow for non registered domains. - Added internal tolerance to domain cropping during cmorization (:pull:`262`). Bugfixes