Skip to content

Commit e9ddf02

Browse files
committed
Add whatsnew note
1 parent 407618a commit e9ddf02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.25.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ Performance Improvements
247247
- Imporved performance of :meth:`IntervalIndex.is_monotonic`, :meth:`IntervalIndex.is_monotonic_increasing` and :meth:`IntervalIndex.is_monotonic_decreasing` by removing conversion to :class:`MultiIndex` (:issue:`24813`)
248248
- Improved performance of :meth:`DataFrame.to_csv` when writing datetime dtypes (:issue:`25708`)
249249
- Improved performance of :meth:`read_csv` by much faster parsing of ``MM/YYYY`` and ``DD/MM/YYYY`` datetime formats (:issue:`25922`)
250+
- Improved performance of :meth:`IntervalIndex.intersection` (:issue:`24813`)
250251

251252
.. _whatsnew_0250.bug_fixes:
252253

0 commit comments

Comments
 (0)