Skip to content

Commit 728ec8b

Browse files
committed
Add whatsnew note
1 parent 1c565a4 commit 728ec8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/whatsnew/v0.25.0.rst

+3
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,9 @@ Performance Improvements
249249
- Improved performance of :meth:`DataFrame.to_csv` when writing datetime dtypes (:issue:`25708`)
250250
- Improved performance of :meth:`read_csv` by much faster parsing of ``MM/YYYY`` and ``DD/MM/YYYY`` datetime formats (:issue:`25922`)
251251
- Improved performance of nanops for dtypes that cannot store NaNs. Speedup is particularly prominent for :meth:`Series.all` and :meth:`Series.any` (:issue:`25070`)
252+
- Improved performance of :meth:`IntervalIndex.intersection` (:issue:`24813`)
253+
254+
>>>>>>> Add whatsnew note
252255

253256
.. _whatsnew_0250.bug_fixes:
254257

0 commit comments

Comments
 (0)