Skip to content

Commit 6e54384

Browse files
committed
DOC: release notes
1 parent 063ff4b commit 6e54384

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RELEASE.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ pandas 0.7.0
5959

6060
**API Changes**
6161

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)
6267
- Rename ``DataFrame.delevel`` to ``DataFrame.reset_index`` and add
6368
deprecation warning
6469
- `Series.sort` (an in-place operation) called on a Series which is a view on
@@ -158,6 +163,7 @@ pandas 0.7.0
158163
Thanks
159164
------
160165
- Craig Austin
166+
- Marius Cobzarenco
161167
- Mario Gamboa-Cavazos
162168
- Arthur Gerigk
163169
- Matt Harrison
@@ -172,6 +178,7 @@ Thanks
172178
- Craig Reeson
173179
- Jan Schulz
174180
- Ted Square
181+
- Chris Uga
175182
- Dieter Vandenbussche
176183
- Texas P.
177184
- Pinxing Ye

0 commit comments

Comments
 (0)