Skip to content

Commit 5913382

Browse files
committed
Add a whatsnew note
1 parent 23650ef commit 5913382

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v0.25.0.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ Performance Improvements
176176
int8/int16/int32 and the searched key is within the integer bounds for the dtype (:issue:`22034`)
177177
- Improved performance of :meth:`pandas.core.groupby.GroupBy.quantile` (:issue:`20405`)
178178
- Improved performance of :meth:`read_csv` by faster tokenizing and faster parsing of small float numbers (:issue:`25784`)
179-
179+
- 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`)
180+
180181
.. _whatsnew_0250.bug_fixes:
181182

182183
Bug Fixes

0 commit comments

Comments
 (0)