Skip to content

Commit e53ed63

Browse files
committed
feedback: move whatsnew to enhancements
1 parent aaa35e4 commit e53ed63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/whatsnew/v1.2.0.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,11 @@ Other enhancements
194194
- Added :meth:`Rolling.sem()` and :meth:`Expanding.sem()` to compute the standard error of mean (:issue:`26476`).
195195
- :meth:`Rolling.var()` and :meth:`Rolling.std()` use Kahan summation and Welfords Method to avoid numerical issues (:issue:`37051`)
196196
- :meth:`DataFrame.plot` now recognizes ``xlabel`` and ``ylabel`` arguments for plots of type ``scatter`` and ``hexbin`` (:issue:`37001`)
197+
<<<<<<< HEAD
197198
- :class:`DataFrame` now supports ``divmod`` operation (:issue:`37165`)
199+
=======
200+
- :meth:`DataFrame.to_parquet` now writes to ``io.Bytes`` when no ``path`` argument is passed (:issue:`37105`)
201+
>>>>>>> feedback: move whatsnew to enhancements
198202

199203
.. _whatsnew_120.api_breaking.python:
200204

0 commit comments

Comments
 (0)