From 54e29af4886ecdb4d3168b02dd0c2a90a232d39d Mon Sep 17 00:00:00 2001 From: dcherian Date: Mon, 21 Oct 2019 16:55:39 -0600 Subject: [PATCH] fix merge. --- doc/whats-new.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 748e492f18f..aaac52360a0 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -18,12 +18,6 @@ What's New v0.14.1 (unreleased) -------------------- -Bug fixes -~~~~~~~~~ - -- Fix grouping over variables with NaNs. (:issue:`2383`, :pull:`3406`). - By `Deepak Cherian `_. - New Features ~~~~~~~~~~~~ - Added integration tests against `pint `_. @@ -41,6 +35,8 @@ Bug fixes ~~~~~~~~~ - Fix regression introduced in v0.14.0 that would cause a crash if dask is installed but cloudpickle isn't (:issue:`3401`) by `Rhys Doyle `_ +- Fix grouping over variables with NaNs. (:issue:`2383`, :pull:`3406`). + By `Deepak Cherian `_. Documentation ~~~~~~~~~~~~~