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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,8 +156,8 @@ API Changes
156
156
- ``to_excel`` now converts ``np.inf`` into a string representation,
157
157
customizable by the ``inf_rep`` keyword argument (Excel has no native inf
158
158
representation) (:issue:`6782`)
159
-
- Arithmetic ops are now disallowed when passed two bool dtype Series or
160
-
DataFrames (:issue:`6762`).
159
+
- Arithmetic ops on bool dtype arrays/scalars now give a warning indicating
160
+
that they are evaluated in Python space (:issue:`6762`, :issue:`7210`).
161
161
- Added ``nunique`` and ``value_counts`` functions to ``Index`` for counting unique elements. (:issue:`6734`)
162
162
163
163
- ``DataFrame.plot`` and ``Series.plot`` now support a ``table`` keyword for plotting ``matplotlib.Table``. The ``table`` keyword can receive the following values.
0 commit comments