From d8faed284c1b65c869a925bd2be390b030698ad8 Mon Sep 17 00:00:00 2001 From: dcherian Date: Tue, 12 Nov 2019 08:38:19 -0700 Subject: [PATCH] fix whats-new --- doc/whats-new.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 10b73a955b0..ce4bf6f35f8 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -81,7 +81,7 @@ Bug fixes By `Deepak Cherian `_. - Sync with cftime by removing `dayofwk=-1` for cftime>=1.0.4. By `Anderson Banihirwe `_. -- Rolling reduction operations no longer compute dask arrays by default. (:issue:3161). +- Rolling reduction operations no longer compute dask arrays by default. (:issue:`3161`). In addition, the ``allow_lazy`` kwarg to ``reduce`` is deprecated. By `Deepak Cherian `_. - Fix :py:meth:`xarray.core.groupby.DataArrayGroupBy.reduce` and