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/v1.2.3.rst
+5
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,11 @@ Fixed regressions
19
19
- Fixed regression in nullable integer unary ops propagating mask on assignment (:issue:`39943`)
20
20
- Fixed regression in :meth:`DataFrame.__setitem__` not aligning :class:`DataFrame` on right-hand side for boolean indexer (:issue:`39931`)
21
21
- Fixed regression in :meth:`~DataFrame.to_json` failing to use ``compression`` with URL-like paths that are internally opened in binary mode or with user-provided file objects that are opened in binary mode (:issue:`39985`)
22
+
- Fixed regression in :meth:`~Series.sort_index` and :meth:`~DataFrame.sort_index`,
23
+
which exited with an ungraceful error when having kwarg ``ascending=None`` passed (:issue:`39434`).
24
+
Passing ``ascending=None`` is still considered invalid,
25
+
and the new error message suggests a proper usage
26
+
(``ascending`` must be a boolean or a list-like boolean).
0 commit comments