From 38591f878b7eca5a680230e8f3e699ab4263458a Mon Sep 17 00:00:00 2001 From: Spencer Jones <41342785+cspencerjones@users.noreply.github.com> Date: Fri, 23 Aug 2019 19:25:36 -0700 Subject: [PATCH] New feature of filter_by_attrs added I missed this in my previous pull request. @dcherian --- doc/whats-new.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 4101268be36..d029f1263ea 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -78,6 +78,8 @@ Enhancements :py:meth:`DataArray.set_index`, as well are more specific error messages when the user passes invalid arguments (:issue:`3176`). By `Gregory Gundersen `_. + +- :py:func:`filter_by_attrs` now filters the coordinates as well as the variables. By `Spencer Jones `_. Bug fixes ~~~~~~~~~