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
Copy file name to clipboardExpand all lines: doc/source/release.rst
+5-2
Original file line number
Diff line number
Diff line change
@@ -49,13 +49,16 @@ users upgrade to this version.
49
49
Highlights include:
50
50
51
51
- 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>`
52
53
- The sorting API has been revamped to remove some long-time inconsistencies, see :ref:`here <whatsnew_0170.api_breaking.sorting>`
53
54
- Support for a ``datetime64[ns]`` with timezones as a first-class dtype, see :ref:`here <whatsnew_0170.tz>`
54
55
- 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>`
56
58
- The default for ``dropna`` in ``HDFStore`` has changed to ``False``, to store by default all rows even
57
59
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>`
59
62
- Development installed versions of pandas will now have ``PEP440`` compliant version strings (:issue:`9518`)
60
63
- Development support for benchmarking with the `Air Speed Velocity library <https://github.com/spacetelescope/asv/>`_ (:issue:`8316`)
61
64
- Support for reading SAS xport files, see :ref:`here <whatsnew_0170.enhancements.sas_xport>`
0 commit comments