Skip to content

Commit bda88ed

Browse files
committed
DOC release notes add assert_frame_equal checks index and column names
1 parent 4391dfd commit bda88ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASE.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ pandas 0.11.0
137137

138138
- timedelta64 are returned in appropriate cases (e.g. Series - Series,
139139
when both are datetime64)
140-
- mixed datetimes and objects (GH2751_) in a constructor witll be casted
140+
- mixed datetimes and objects (GH2751_) in a constructor will be cast
141141
correctly
142142
- astype on datetimes to object are now handled (as well as NaT
143143
conversions to np.nan)
@@ -146,6 +146,7 @@ pandas 0.11.0
146146

147147
- arguments to DataFrame.clip were inconsistent to numpy and Series clipping
148148
(GH2747_)
149+
- util.testing.assert_frame_equal now checks the column and index names (GH2964_)
149150

150151
**Bug Fixes**
151152

0 commit comments

Comments
 (0)