From 7fd69be199a1fe832212769398635faf2243e555 Mon Sep 17 00:00:00 2001 From: dcherian Date: Wed, 13 Nov 2019 08:03:26 -0700 Subject: [PATCH] fix whats-new merge. --- doc/whats-new.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 9ca36d96c4a..4354a6d6140 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -91,7 +91,6 @@ Bug fixes - Fix :py:meth:`xarray.core.groupby.DataArrayGroupBy.reduce` and :py:meth:`xarray.core.groupby.DatasetGroupBy.reduce` when reducing over multiple dimensions. (:issue:`3402`). By `Deepak Cherian `_ - - Fix plotting with transposed 2D non-dimensional coordinates. (:issue:`3138`) By `Deepak Cherian `_.