From 4e08bea1a09d47d0c42eaa23415c5a6e6fc17fa8 Mon Sep 17 00:00:00 2001 From: Ashwin Srinath Date: Tue, 8 Dec 2020 12:16:39 -0500 Subject: [PATCH] Changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2768f002c0d..267c31ae16a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ## Improvements - PR #6838 Fix `columns` & `index` handling in dataframe constructor +- PR #6750 Remove **kwargs from string/categorical methods ## Bug Fixes @@ -121,7 +122,6 @@ - PR #6705 Add nested type support to Java table serialization - PR #6709 Raise informative error while converting a pandas dataframe with duplicate columns - PR #6727 Remove 2nd type-dispatcher call from cudf::reduce -- PR #6750 Remove **kwargs from string/categorical methods - PR #6749 Update nested JNI builder so we can do it incrementally - PR #6748 Add Java API to concatenate serialized tables to ContiguousTable - PR #6764 Add dictionary support to `cudf::minmax`