Skip to content

Commit a6b1dcc

Browse files
committed
Add whatsnew note
1 parent 36eabbc commit a6b1dcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v0.25.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ Performance Improvements
251251
- Improved performance of :meth:`read_csv` by much faster parsing of ``MM/YYYY`` and ``DD/MM/YYYY`` datetime formats (:issue:`25922`)
252252
- Improved performance of nanops for dtypes that cannot store NaNs. Speedup is particularly prominent for :meth:`Series.all` and :meth:`Series.any` (:issue:`25070`)
253253
- Improved performance of :meth:`Series.map` for dictionary mappers on categorical series by mapping the categories instead of mapping all values (:issue:`23785`)
254+
- Improved performance of :meth:`IntervalIndex.intersection` (:issue:`24813`)
255+
254256

255257
.. _whatsnew_0250.bug_fixes:
256258

0 commit comments

Comments
 (0)