File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ pandas 0.12.0
42
42
43
43
- When removing an object from a store, **store.remove(key) **, raises
44
44
**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 _)
45
47
46
48
**Bug Fixes **
47
49
@@ -60,6 +62,8 @@ pandas 0.12.0
60
62
.. _GH3379 : https://github.com/pydata/pandas/issues/3379
61
63
.. _GH3454 : https://github.com/pydata/pandas/issues/3454
62
64
.. _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
63
67
.. _GH3038 : https://github.com/pydata/pandas/issues/3038
64
68
.. _GH3437 : https://github.com/pydata/pandas/issues/3437
65
69
.. _GH3455 : https://github.com/pydata/pandas/issues/3455
You can’t perform that action at this time.
0 commit comments