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
+63-1Lines changed: 63 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,16 +49,78 @@ Highlights include:
49
49
50
50
- ``.groupby(...)`` has been enhanced to provide convenient syntax when working with ``.rolling(..)``, ``.expanding(..)`` and ``.resample(..)`` per group, see :ref:`here <whatsnew_0181.deferred_ops>`
51
51
- ``pd.to_datetime()`` has gained the ability to assemble dates from a ``DataFrame``, see :ref:`here <whatsnew_0181.enhancements.assembling>`
52
+
- Method chaining improvements, see :ref:`here <whatsnew_0181.enhancements.method_chain>`.
52
53
- Custom business hour offset, see :ref:`here <whatsnew_0181.enhancements.custombusinesshour>`.
53
54
- Many bug fixes in the handling of ``sparse``, see :ref:`here <whatsnew_0181.sparse>`
54
-
- Method chaining improvements, see :ref:`here <whatsnew_0181.enhancements.method_chain>`.
55
+
- Expanded the :ref:`Tutorials section <tutorial-modern>` with a feature on modern pandas, courtesy of `@TomAugsburger <https://twitter.com/TomAugspurger>`__. (:issue:`13045`).
55
56
56
57
See the :ref:`v0.18.1 Whatsnew <whatsnew_0181>` overview for an extensive list
57
58
of all enhancements and bugs that have been fixed in 0.18.1.
0 commit comments