Skip to content

Commit 09e6a21

Browse files
author
y-p
committed
DOC: Update v0.11.0.txt
1 parent 41317cc commit 09e6a21

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/source/v0.11.0.txt

+7
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,9 @@ Enhancements
274274
- added option `display.chop_threshold` to control display of small numerical
275275
values. (GH2739_)
276276

277+
- added option `display.max_info_rows` to prevent verbose_info from being
278+
calculated for frames above 1M rows (configurable). (GH2807_, GH2918_)
279+
277280
- value_counts() now accepts a "normalize" argument, for normalized
278281
histograms. (GH2710_).
279282

@@ -309,6 +312,8 @@ Bug Fixes
309312
# some timedelta numeric operations are supported
310313
td - timedelta(minutes=5,seconds=5,microseconds=5)
311314

315+
- Fixed slow printing of large Dataframes, due to inefficient dtype
316+
reporting (GH2807_)
312317
- Fix pretty-printing of infinite data structures (closes GH2978_)
313318
- str.contains ignored na argument (GH2806_)
314319

@@ -324,3 +329,5 @@ on GitHub for a complete list.
324329
.. _GH2739: https://github.com/pydata/pandas/issues/2739
325330
.. _GH2710: https://github.com/pydata/pandas/issues/2710
326331
.. _GH2806: https://github.com/pydata/pandas/issues/2806
332+
.. _GH2807: https://github.com/pydata/pandas/issues/2807
333+
.. _GH2918: https://github.com/pydata/pandas/issues/2918

0 commit comments

Comments
 (0)