Skip to content

Commit 7b57a6f

Browse files
Backport PR #40137: DOC: 1.2.3 release date (#40165)
Co-authored-by: Simon Hawkins <[email protected]>
1 parent 885efcf commit 7b57a6f

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

doc/source/whatsnew/v1.2.3.rst

+2-27
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _whatsnew_123:
22

3-
What's new in 1.2.3 (March ??, 2021)
3+
What's new in 1.2.3 (March 02, 2021)
44
------------------------------------
55

66
These are the changes in pandas 1.2.3. See :ref:`release` for a full changelog
@@ -19,33 +19,8 @@ Fixed regressions
1919
- Fixed regression in nullable integer unary ops propagating mask on assignment (:issue:`39943`)
2020
- Fixed regression in :meth:`DataFrame.__setitem__` not aligning :class:`DataFrame` on right-hand side for boolean indexer (:issue:`39931`)
2121
- 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).
22+
- Fixed regression in :meth:`Series.sort_index` and :meth:`DataFrame.sort_index`, which exited with an ungraceful error when having kwarg ``ascending=None`` passed. Passing ``ascending=None`` is still considered invalid, and the improved error message suggests a proper usage (``ascending`` must be a boolean or a list-like of boolean) (:issue:`39434`)
2723
- Fixed regression in :meth:`DataFrame.transform` and :meth:`Series.transform` giving incorrect column labels when passed a dictionary with a mix of list and non-list values (:issue:`40018`)
28-
-
29-
30-
.. ---------------------------------------------------------------------------
31-
32-
.. _whatsnew_123.bug_fixes:
33-
34-
Bug fixes
35-
~~~~~~~~~
36-
37-
-
38-
-
39-
40-
.. ---------------------------------------------------------------------------
41-
42-
.. _whatsnew_123.other:
43-
44-
Other
45-
~~~~~
46-
47-
-
48-
-
4924

5025
.. ---------------------------------------------------------------------------
5126

0 commit comments

Comments
 (0)