Skip to content

Commit 3ef1923

Browse files
Backport PR #39670: DOC: 1.2.2 release date (#39673)
Co-authored-by: Simon Hawkins <[email protected]>
1 parent 3d05f16 commit 3ef1923

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

doc/source/whatsnew/v1.2.2.rst

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _whatsnew_122:
22

3-
What's new in 1.2.2 (February ??, 2021)
3+
What's new in 1.2.2 (February 08, 2021)
44
---------------------------------------
55

66
These are the changes in pandas 1.2.2. See :ref:`release` for a full changelog
@@ -25,7 +25,6 @@ Fixed regressions
2525
- Fixed regression in :meth:`DataFrame.transform` failing in case of an empty DataFrame or Series (:issue:`39636`)
2626
- Fixed regression in :meth:`core.window.rolling.Rolling.count` where the ``min_periods`` argument would be set to ``0`` after the operation (:issue:`39554`)
2727
- Fixed regression in :func:`read_excel` that incorrectly raised when the argument ``io`` was a non-path and non-buffer and the ``engine`` argument was specified (:issue:`39528`)
28-
-
2928

3029
.. ---------------------------------------------------------------------------
3130
@@ -36,17 +35,6 @@ Bug fixes
3635

3736
- :func:`pandas.read_excel` error message when a specified ``sheetname`` does not exist is now uniform across engines (:issue:`39250`)
3837
- Fixed bug in :func:`pandas.read_excel` producing incorrect results when the engine ``openpyxl`` is used and the excel file is missing or has incorrect dimension information; the fix requires ``openpyxl`` >= 3.0.0, prior versions may still fail (:issue:`38956`, :issue:`39001`)
39-
-
40-
41-
.. ---------------------------------------------------------------------------
42-
43-
.. _whatsnew_122.other:
44-
45-
Other
46-
~~~~~
47-
48-
-
49-
-
5038

5139
.. ---------------------------------------------------------------------------
5240

0 commit comments

Comments
 (0)