Skip to content

Commit 79aecbd

Browse files
Backport PR #39233: DOC: 1.2.1 release date (#39237)
Co-authored-by: Simon Hawkins <[email protected]>
1 parent 44d919e commit 79aecbd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/source/whatsnew/v1.2.1.rst

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

3-
What's new in 1.2.1 (January ??, 2021)
3+
What's new in 1.2.1 (January 18, 2021)
44
--------------------------------------
55

66
These are the changes in pandas 1.2.1. See :ref:`release` for a full changelog
@@ -33,6 +33,7 @@ Fixed regressions
3333
- Fixed regression in :meth:`DataFrame.groupby` when aggregating an :class:`ExtensionDType` that could fail for non-numeric values (:issue:`38980`)
3434
- Fixed regression in :meth:`DataFrame.loc.__setitem__` raising ``KeyError`` with :class:`MultiIndex` and list-like columns indexer enlarging :class:`DataFrame` (:issue:`39147`)
3535
- Fixed regression in comparisons between ``NaT`` and ``datetime.date`` objects incorrectly returning ``True`` (:issue:`39151`)
36+
- Fixed regression in :func:`pandas.testing.assert_index_equal` raising ``TypeError`` with ``check_order=False`` when :class:`Index` has mixed dtype (:issue:`39168`)
3637

3738
.. ---------------------------------------------------------------------------
3839
@@ -43,7 +44,6 @@ Bug fixes
4344

4445
- Bug in :meth:`read_csv` with ``float_precision="high"`` caused segfault or wrong parsing of long exponent strings. This resulted in a regression in some cases as the default for ``float_precision`` was changed in pandas 1.2.0 (:issue:`38753`)
4546
- Bug in :func:`read_csv` not closing an opened file handle when a ``csv.Error`` or ``UnicodeDecodeError`` occurred while initializing (:issue:`39024`)
46-
- Bug in :func:`pandas.testing.assert_index_equal` raising ``TypeError`` with ``check_order=False`` when :class:`Index` has mixed dtype (:issue:`39168`)
4747

4848
.. ---------------------------------------------------------------------------
4949
@@ -57,8 +57,6 @@ Other
5757
- Bumped minimum pymysql version to 0.8.1 to avoid test failures (:issue:`38344`)
5858
- Fixed build failure on MacOS 11 in Python 3.9.1 (:issue:`38766`)
5959
- Added reference to backwards incompatible ``check_freq`` arg of :func:`testing.assert_frame_equal` and :func:`testing.assert_series_equal` in :ref:`pandas 1.1.0 whats new <whatsnew_110.api_breaking.testing.check_freq>` (:issue:`34050`)
60-
-
61-
-
6260

6361
.. ---------------------------------------------------------------------------
6462

0 commit comments

Comments
 (0)