From b93a19f389d5ed30bd642bc220309af5d629dd39 Mon Sep 17 00:00:00 2001 From: dcherian Date: Fri, 8 Nov 2019 14:55:17 -0700 Subject: [PATCH] Add whats-new --- doc/whats-new.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 04fe88e9993..aa5f35b40f1 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -69,6 +69,9 @@ New Features invoked. (:issue:`3378`, :pull:`3446`) By `Deepak Cherian `_ and `Guido Imperiale `_. +- Added the :py:meth:`count` reduction method to both :py:class:`DatasetCoarsen` + and :py:class:`DataArrayCoarsen` objects. (:pull:`3500`) + By `Deepak Cherian `_ Bug fixes ~~~~~~~~~