You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 1. Got to "Library > Secure files" in the azure-pipelines dashboard: https://dev.azure.com/pandas-dev/pandas/_library?itemType=SecureFiles
157
-
# 2. Click on "+ Secure file"
158
-
# 3. Upload the private key (the name of the file must match with the specified in "sshKeySecureFile" input below, "pandas_docs_key")
159
-
# 4. Click on file name after it is created, tick the box "Authorize for use in all pipelines" and save
160
-
# 5. The public key specified in "sshPublicKey" is the pair of the uploaded private key, and needs to be specified as a deploy key of the repo where the docs will be pushed: https://github.com/pandas-dev/pandas-dev.github.io/settings/keys
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.25.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -493,6 +493,7 @@ Performance Improvements
493
493
- Improved performance of :meth:`Series.searchsorted`. The speedup is especially large when the dtype is
494
494
int8/int16/int32 and the searched key is within the integer bounds for the dtype (:issue:`22034`)
495
495
- Improved performance of :meth:`pandas.core.groupby.GroupBy.quantile` (:issue:`20405`)
496
+
- Improved performance when slicing :class:`RangeIndex` (:issue:`26565`)
496
497
- Improved performance of :meth:`read_csv` by faster tokenizing and faster parsing of small float numbers (:issue:`25784`)
497
498
- Improved performance of :meth:`read_csv` by faster parsing of N/A and boolean values (:issue:`25804`)
498
499
- Improved 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`)
0 commit comments