Skip to content
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master' into makbigc-bug-fix-2…
…3020
  • Loading branch information
TomAugspurger committed Dec 18, 2018
commit 529f88dff4674bb9630d2ccfade01b5e7c6907b4
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.24.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1051,8 +1051,8 @@ update the ``ExtensionDtype._metadata`` tuple to match the signature of your
- :meth:`DataFrame.stack` no longer converts to object dtype for DataFrames where each column has the same extension dtype. The output Series will have the same dtype as the columns (:issue:`23077`).
- :meth:`Series.unstack` and :meth:`DataFrame.unstack` no longer convert extension arrays to object-dtype ndarrays. Each column in the output ``DataFrame`` will now have the same dtype as the input (:issue:`23077`).
- Bug when grouping :meth:`Dataframe.groupby()` and aggregating on ``ExtensionArray`` it was not returning the actual ``ExtensionArray`` dtype (:issue:`23227`).
- A default repr for :class:`ExtensionArray` is now provided (:issue:`23601`).
- Bug in :func:`pandas.merge` when merging on an Integer extension array (:issue:`23020`)
- A default repr for :class:`pandas.api.extensions.ExtensionArray` is now provided (:issue:`23601`).

.. _whatsnew_0240.api.incompatibilities:

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.