File tree 1 file changed +7
-0
lines changed 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,11 @@ pandas 0.7.0
59
59
60
60
**API Changes **
61
61
62
+ - `[] ` operator (``__getitem__ `` and ``__setitem__ ``) will raise KeyError
63
+ with integer indexes when an index is not contained in the index. The prior
64
+ behavior would fall back on position-based indexing if a key was not found
65
+ in the index which would lead to subtle bugs. This is now consistent with
66
+ the behavior of ``.ix `` on DataFrame and friends (GH #328)
62
67
- Rename ``DataFrame.delevel `` to ``DataFrame.reset_index `` and add
63
68
deprecation warning
64
69
- `Series.sort ` (an in-place operation) called on a Series which is a view on
@@ -158,6 +163,7 @@ pandas 0.7.0
158
163
Thanks
159
164
------
160
165
- Craig Austin
166
+ - Marius Cobzarenco
161
167
- Mario Gamboa-Cavazos
162
168
- Arthur Gerigk
163
169
- Matt Harrison
@@ -172,6 +178,7 @@ Thanks
172
178
- Craig Reeson
173
179
- Jan Schulz
174
180
- Ted Square
181
+ - Chris Uga
175
182
- Dieter Vandenbussche
176
183
- Texas P.
177
184
- Pinxing Ye
You can’t perform that action at this time.
0 commit comments