Skip to content

Commit 71ab9ed

Browse files
committed
add issue number to whatsnew
1 parent 1e92983 commit 71ab9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.25.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ Performance Improvements
502502
- Improved performance of :meth:`Series.searchsorted`. The speedup is especially large when the dtype is
503503
int8/int16/int32 and the searched key is within the integer bounds for the dtype (:issue:`22034`)
504504
- Improved performance of :meth:`pandas.core.groupby.GroupBy.quantile` (:issue:`20405`)
505-
- Improved performance when slicing :class:`RangeIndex` (:issue:`26565`)
505+
- Improved performance of selected operation on a :class:`RangeIndex` (:issue:`26565`, :issue:`26617`)
506506
- Improved performance of :meth:`read_csv` by faster tokenizing and faster parsing of small float numbers (:issue:`25784`)
507507
- Improved performance of :meth:`read_csv` by faster parsing of N/A and boolean values (:issue:`25804`)
508508
- Improved performance of :attr:`IntervalIndex.is_monotonic`, :attr:`IntervalIndex.is_monotonic_increasing` and :attr:`IntervalIndex.is_monotonic_decreasing` by removing conversion to :class:`MultiIndex` (:issue:`24813`)

0 commit comments

Comments
 (0)