Skip to content

Commit d017bd5

Browse files
author
Nico Cernek
committed
update whatsnew
1 parent 1e9df2b commit d017bd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v1.0.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ New repr for :class:`~pandas.arrays.IntervalArray`
274274
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
275275

276276
- :class:`pandas.arrays.IntervalArray` adopts a new ``__repr__`` in accordance with other array classes (:issue:`25022`)
277+
- :class:`pandas.core.groupby.GroupBy.transform` now raises on invalid operation names (:issue:`27489`).
278+
- :meth:`DataFrame.merge` now preserves right frame's row order when executing a right merge. Older versions do not preserve row order on right merge (:issue:`27453`)
277279

278280
*pandas 0.25.x*
279281

0 commit comments

Comments
 (0)