Skip to content

Commit 91f7e42

Browse files
committed
DOC: add in asv mention
1 parent 688cacd commit 91f7e42

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

doc/source/release.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,18 @@ users upgrade to this version.
5656

5757
Highlights include:
5858

59+
- Release the Global Interpreter Lock (GIL) on some cython operations, see :ref:`here <whatsnew_0170.gil>`
60+
- The sorting API has been revamped to remove some long-time inconsistencies, see :ref:`here <whatsnew_0170.api_breaking.sorting>`
61+
- The default for ``to_datetime`` will now be to ``raise`` when presented with unparseable formats,
62+
previously this would return the original input, see :ref:`here <whatsnew_0170.api_breaking.to_datetime>`
63+
- The default for ``dropna`` in ``HDFStore`` has changed to ``False``, to store by default all rows even
64+
if they are all ``NaN``, see :ref:`here <whatsnew_0170.api_breaking.hdf_dropna>`
65+
- Support for ``Series.dt.strftime`` to generate formatted strings for datetime-likes, see :ref:`here <whatsnew_0170.strftime>`
66+
- Development installed versions of pandas will now have ``PEP440`` compliant version strings (:issue:`9518`)
67+
- Development support for benchmarking with the `Air Speed Velocity library <https://github.com/spacetelescope/asv/>`_ (:issue:`8316`)
68+
- Support for reading SAS xport files, see :ref:`here <whatsnew_0170.enhancements.sas_xport>`
69+
- Removal of the automatic TimeSeries broadcasting, deprecated since 0.8.0, see :ref:`here <whatsnew_0170.prior_deprecations>`
70+
5971
See the :ref:`v0.17.0 Whatsnew <whatsnew_0170>` overview for an extensive list
6072
of all enhancements and bugs that have been fixed in 0.17.0.
6173

doc/source/whatsnew/v0.17.0.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Highlights include:
3636
if they are all ``NaN``, see :ref:`here <whatsnew_0170.api_breaking.hdf_dropna>`
3737
- Support for ``Series.dt.strftime`` to generate formatted strings for datetime-likes, see :ref:`here <whatsnew_0170.strftime>`
3838
- Development installed versions of pandas will now have ``PEP440`` compliant version strings (:issue:`9518`)
39+
- Development support for benchmarking with the `Air Speed Velocity library <https://github.com/spacetelescope/asv/>`_ (:issue:`8316`)
3940
- Support for reading SAS xport files, see :ref:`here <whatsnew_0170.enhancements.sas_xport>`
4041
- Removal of the automatic TimeSeries broadcasting, deprecated since 0.8.0, see :ref:`here <whatsnew_0170.prior_deprecations>`
4142

0 commit comments

Comments
 (0)