Skip to content

Commit 69059a3

Browse files
author
y-p
committed
DOC: update RELEASE.rst
PTF
1 parent 8870475 commit 69059a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RELEASE.rst

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ pandas 0.12.0
4242

4343
- When removing an object from a store, **store.remove(key)**, raises
4444
**KeyError** if **key** is not a valid store object.
45+
- The repr() for (Multi)Index now obeys display.max_seq_items rather
46+
then numpy threshold print options. (GH3426_, GH3466_)
4547

4648
**Bug Fixes**
4749

@@ -60,6 +62,8 @@ pandas 0.12.0
6062
.. _GH3379: https://github.com/pydata/pandas/issues/3379
6163
.. _GH3454: https://github.com/pydata/pandas/issues/3454
6264
.. _GH3457: https://github.com/pydata/pandas/issues/3457
65+
.. _GH3426: https://github.com/pydata/pandas/issues/3426
66+
.. _GH3466: https://github.com/pydata/pandas/issues/3466
6367
.. _GH3038: https://github.com/pydata/pandas/issues/3038
6468
.. _GH3437: https://github.com/pydata/pandas/issues/3437
6569
.. _GH3455: https://github.com/pydata/pandas/issues/3455

0 commit comments

Comments
 (0)