From 93b4be27baad554d274aab7d5a2becac19be7891 Mon Sep 17 00:00:00 2001 From: Michael Niklas Date: Sun, 3 Jul 2022 14:18:00 +0200 Subject: [PATCH] add import change to whats-new --- doc/whats-new.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index ca3d152a860..f0b1c341668 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -62,6 +62,10 @@ Documentation Internal Changes ~~~~~~~~~~~~~~~~ +- :py:meth:`xarray.core.groupby`, :py:meth:`xarray.core.rolling`, + :py:meth:`xarray.core.rolling_exp`, :py:meth:`xarray.core.weighted` + and :py:meth:`xarray.core.resample` modules are no longer imported by default. + (:pull:`6702`) .. _whats-new.2022.06.0rc0: