Skip to content

Commit b382b17

Browse files
committed
Add whatsnew entry
1 parent fda328b commit b382b17

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
@@ -177,6 +177,7 @@ Performance Improvements
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`)
179179
- Improved performance of :meth:`read_csv` by faster parsing of N/A and boolean values (:issue:`25804`)
180+
- Improved performance of :meth:`IntervalIndex.is_unique` by removing conversion to `MultiIndex` (:issue:`24813`)
180181

181182
.. _whatsnew_0250.bug_fixes:
182183

0 commit comments

Comments
 (0)