Skip to content

Commit 067c78c

Browse files
committed
DOC: fix link issue for asv, pandas-dev#8361
1 parent 50aceea commit 067c78c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v0.17.0.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Highlights include:
4545
- Datetime accessor (``dt``) now supports ``Series.dt.strftime`` to generate formatted strings for datetime-likes, and ``Series.dt.total_seconds`` to generate each duration of the timedelta in seconds. See :ref:`here <whatsnew_0170.strftime>`
4646
- ``Period`` and ``PeriodIndex`` can handle multiplied freq like ``3D``, which corresponding to 3 days span. See :ref:`here <whatsnew_0170.periodfreq>`
4747
- Development installed versions of pandas will now have ``PEP440`` compliant version strings (:issue:`9518`)
48-
- Development support for benchmarking with the `Air Speed Velocity library <https://github.com/spacetelescope/asv/>`_ (:issue:`8316`)
48+
- Development support for benchmarking with the `Air Speed Velocity library <https://github.com/spacetelescope/asv/>`_ (:issue:`8361`)
4949
- Support for reading SAS xport files, see :ref:`here <whatsnew_0170.enhancements.sas_xport>`
5050
- Documentation comparing SAS to *pandas*, see :ref:`here <compare_with_sas>`
5151
- Removal of the automatic TimeSeries broadcasting, deprecated since 0.8.0, see :ref:`here <whatsnew_0170.prior_deprecations>`
@@ -1010,7 +1010,7 @@ Removal of prior version deprecations/changes
10101010
Performance Improvements
10111011
~~~~~~~~~~~~~~~~~~~~~~~~
10121012

1013-
- Development support for benchmarking with the `Air Speed Velocity library <https://github.com/spacetelescope/asv/>`_ (:issue:`8316`)
1013+
- Development support for benchmarking with the `Air Speed Velocity library <https://github.com/spacetelescope/asv/>`_ (:issue:`8361`)
10141014
- Added vbench benchmarks for alternative ExcelWriter engines and reading Excel files (:issue:`7171`)
10151015
- Performance improvements in ``Categorical.value_counts`` (:issue:`10804`)
10161016
- Performance improvements in ``SeriesGroupBy.nunique`` and ``SeriesGroupBy.value_counts`` and ``SeriesGroupby.transform`` (:issue:`10820`, :issue:`11077`)

0 commit comments

Comments
 (0)