We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4391dfd commit bda88edCopy full SHA for bda88ed
RELEASE.rst
@@ -137,7 +137,7 @@ pandas 0.11.0
137
138
- timedelta64 are returned in appropriate cases (e.g. Series - Series,
139
when both are datetime64)
140
- - mixed datetimes and objects (GH2751_) in a constructor witll be casted
+ - mixed datetimes and objects (GH2751_) in a constructor will be cast
141
correctly
142
- astype on datetimes to object are now handled (as well as NaT
143
conversions to np.nan)
@@ -146,6 +146,7 @@ pandas 0.11.0
146
147
- arguments to DataFrame.clip were inconsistent to numpy and Series clipping
148
(GH2747_)
149
+ - util.testing.assert_frame_equal now checks the column and index names (GH2964_)
150
151
**Bug Fixes**
152
0 commit comments