Skip to content

Commit b724d17

Browse files
committed
DOC: update release.rst with the highlites
1 parent 57b5fff commit b724d17

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/source/release.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,16 @@ users upgrade to this version.
4949
Highlights include:
5050

5151
- Release the Global Interpreter Lock (GIL) on some cython operations, see :ref:`here <whatsnew_0170.gil>`
52+
- Plotting methods are now available as attributes of the ``.plot`` accessor, see :ref:`here <whatsnew_0170.plot>`
5253
- The sorting API has been revamped to remove some long-time inconsistencies, see :ref:`here <whatsnew_0170.api_breaking.sorting>`
5354
- Support for a ``datetime64[ns]`` with timezones as a first-class dtype, see :ref:`here <whatsnew_0170.tz>`
5455
- The default for ``to_datetime`` will now be to ``raise`` when presented with unparseable formats,
55-
previously this would return the original input, see :ref:`here <whatsnew_0170.api_breaking.to_datetime>`
56+
previously this would return the original input. Also, date parse
57+
functions now return consistent results. See :ref:`here <whatsnew_0170.api_breaking.to_datetime>`
5658
- The default for ``dropna`` in ``HDFStore`` has changed to ``False``, to store by default all rows even
5759
if they are all ``NaN``, see :ref:`here <whatsnew_0170.api_breaking.hdf_dropna>`
58-
- Support for ``Series.dt.strftime`` to generate formatted strings for datetime-likes, see :ref:`here <whatsnew_0170.strftime>`
60+
- 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>`
61+
- ``Period`` and ``PeriodIndex`` can handle multiplied freq like ``3D``, which corresponding to 3 days span. See :ref:`here <whatsnew_0170.periodfreq>`
5962
- Development installed versions of pandas will now have ``PEP440`` compliant version strings (:issue:`9518`)
6063
- Development support for benchmarking with the `Air Speed Velocity library <https://github.com/spacetelescope/asv/>`_ (:issue:`8316`)
6164
- Support for reading SAS xport files, see :ref:`here <whatsnew_0170.enhancements.sas_xport>`

0 commit comments

Comments
 (0)