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/whatsnew/v0.25.0.rst
+2
Original file line number
Diff line number
Diff line change
@@ -886,6 +886,7 @@ Sparse
886
886
- Introduce a better error message in :meth:`Series.sparse.from_coo` so it returns a ``TypeError`` for inputs that are not coo matrices (:issue:`26554`)
887
887
- Bug in :func:`numpy.modf` on a :class:`SparseArray`. Now a tuple of :class:`SparseArray` is returned (:issue:`26946`).
888
888
889
+
889
890
Build Changes
890
891
^^^^^^^^^^^^^
891
892
@@ -896,6 +897,7 @@ ExtensionArray
896
897
897
898
- Bug in :func:`factorize` when passing an ``ExtensionArray`` with a custom ``na_sentinel`` (:issue:`25696`).
898
899
- :meth:`Series.count` miscounts NA values in ExtensionArrays (:issue:`26835`)
900
+
- Added ``Series.__array_ufunc__`` to better handle NumPy ufuncs applied to Series backed by extension arrays (:issue:`23293`).
899
901
- Keyword argument ``deep`` has been removed from :meth:`ExtensionArray.copy` (:issue:`27083`)
0 commit comments