Skip to content

Commit 543b0d3

Browse files
committed
Add a whatsnew note
1 parent 8c5c580 commit 543b0d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v0.25.0.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ Performance Improvements
248248
- Improved performance of :meth:`pandas.core.groupby.GroupBy.quantile` (:issue:`20405`)
249249
- Improved performance of :meth:`read_csv` by faster tokenizing and faster parsing of small float numbers (:issue:`25784`)
250250
- Improved performance of :meth:`read_csv` by faster parsing of N/A and boolean values (:issue:`25804`)
251-
251+
- 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`)
252+
252253
.. _whatsnew_0250.bug_fixes:
253254

254255
Bug Fixes

0 commit comments

Comments
 (0)