Skip to content

Commit 1724c72

Browse files
author
Martin Journois
committed
DOC: Update whatsnew about NDFrame._dir_additions enhancements (#16326, #18587)
1 parent 21f1f88 commit 1724c72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v0.22.0.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Other Enhancements
135135
- Improved wording of ``ValueError`` raised in :func:`read_csv` when the ``usecols`` argument cannot match all columns. (:issue:`17301`)
136136
- :func:`DataFrame.corrwith` now silently drops non-numeric columns when passed a Series. Before, an exception was raised (:issue:`18570`).
137137
- :class:`IntervalIndex` now supports time zone aware ``Interval`` objects (:issue:`18537`, :issue:`18538`)
138-
138+
- :func:`Series` / :func:`DataFrame` tab completion also returns identifiers in the first level of a :func:`MultiIndex`. (:issue:`16326`)
139139

140140
.. _whatsnew_0220.api_breaking:
141141

@@ -230,6 +230,7 @@ Performance Improvements
230230
- Improved performance of :func:`Series.dt.date` and :func:`DatetimeIndex.date` (:issue:`18058`)
231231
- Improved performance of :func:`IntervalIndex.symmetric_difference()` (:issue:`18475`)
232232
- Improved performance of ``DatetimeIndex`` and ``Series`` arithmetic operations with Business-Month and Business-Quarter frequencies (:issue:`18489`)
233+
- :func:`Series` / :func:`DataFrame` tab completion limits to 100 values, for better performance. (:issue:`18587`)
233234

234235
.. _whatsnew_0220.docs:
235236

0 commit comments

Comments
 (0)