From bda88ed2d47f63109332574da585923e11534b9f Mon Sep 17 00:00:00 2001 From: Andy Hayden Date: Mon, 25 Mar 2013 17:43:09 +0000 Subject: [PATCH] DOC release notes add assert_frame_equal checks index and column names --- RELEASE.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index a9c1378ff5eb1..d71fce70dd5d8 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -137,7 +137,7 @@ pandas 0.11.0 - timedelta64 are returned in appropriate cases (e.g. Series - Series, when both are datetime64) - - mixed datetimes and objects (GH2751_) in a constructor witll be casted + - mixed datetimes and objects (GH2751_) in a constructor will be cast correctly - astype on datetimes to object are now handled (as well as NaT conversions to np.nan) @@ -146,6 +146,7 @@ pandas 0.11.0 - arguments to DataFrame.clip were inconsistent to numpy and Series clipping (GH2747_) + - util.testing.assert_frame_equal now checks the column and index names (GH2964_) **Bug Fixes**