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
# Next we should simply have `doc/make.py --warnings-are-errors`, everything else is required because the ipython directive doesn't fail the build on errors (https://github.com/ipython/ipython/issues/11547)
139
125
doc/make.py --warnings-are-errors | tee sphinx.log ; SPHINX_RET=${PIPESTATUS[0]}
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.25.1.rst
+2
Original file line number
Diff line number
Diff line change
@@ -120,13 +120,15 @@ Groupby/resample/rolling
120
120
^^^^^^^^^^^^^^^^^^^^^^^^
121
121
122
122
- Bug in :meth:`pandas.core.groupby.DataFrameGroupBy.transform` where applying a timezone conversion lambda function would drop timezone information (:issue:`27496`)
123
+
- Bug in windowing over read-only arrays (:issue:`27766`)
123
124
-
124
125
-
125
126
126
127
Reshaping
127
128
^^^^^^^^^
128
129
129
130
- A ``KeyError`` is now raised if ``.unstack()`` is called on a :class:`Series` or :class:`DataFrame` with a flat :class:`Index` passing a name which is not the correct one (:issue:`18303`)
131
+
- Bug in :meth:`DataFrame.crosstab` when ``margins`` set to ``True`` and ``normalize`` is not ``False``, an error is raised. (:issue:`27500`)
130
132
- :meth:`DataFrame.join` now suppresses the ``FutureWarning`` when the sort parameter is specified (:issue:`21952`)
0 commit comments