diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 2fbfd58ddba..1efd540fb9c 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -44,6 +44,9 @@ Bug fixes - Sync with cftime by removing `dayofwk=-1` for cftime>=1.0.4. By `Anderson Banihirwe `_. +- Rolling reduction operations now longer compute dask arrays by default. (:issue:3161). + In addition, the ``allow_lazy`` kwarg to ``reduce`` is deprecated. + By `Deepak Cherian `_. Documentation ~~~~~~~~~~~~~