Skip to content

Commit f6f2dd4

Browse files
committed
adding whatsnew note
1 parent 303e6ac commit f6f2dd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.2.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ Performance improvements
482482
- faster ``dir`` calls when many index labels, e.g. ``dir(ser)`` (:issue:`37450`)
483483
- Performance improvement in :class:`ExpandingGroupby` (:issue:`37064`)
484484
- Performance improvement in :meth:`pd.DataFrame.groupby` for ``float`` ``dtype`` (:issue:`28303`), changes of the underlying hash-function can lead to changes in float based indexes sort ordering for ties (e.g. :meth:`pd.Index.value_counts`)
485+
- Performance improvement in :meth:`pd.isin` for inputs with more than 1e6 elements
485486

486487
.. ---------------------------------------------------------------------------
487488

0 commit comments

Comments
 (0)