Skip to content

Commit 420cd44

Browse files
Backport PR #41780: DOC: 1.2.5 release date (#42169)
Co-authored-by: Simon Hawkins <[email protected]>
1 parent 9e5317c commit 420cd44

File tree

1 file changed

+6
-27
lines changed

1 file changed

+6
-27
lines changed

Diff for: doc/source/whatsnew/v1.2.5.rst

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

3-
What's new in 1.2.5 (May ??, 2021)
4-
----------------------------------
3+
What's new in 1.2.5 (June 22, 2021)
4+
-----------------------------------
55

66
These are the changes in pandas 1.2.5. See :ref:`release` for a full changelog
77
including other versions of pandas.
@@ -14,36 +14,15 @@ including other versions of pandas.
1414

1515
Fixed regressions
1616
~~~~~~~~~~~~~~~~~
17-
- Regression in :func:`concat` between two :class:`DataFrames` where one has an :class:`Index` that is all-None and the other is :class:`DatetimeIndex` incorrectly raising (:issue:`40841`)
17+
- Fixed regression in :func:`concat` between two :class:`DataFrame` where one has an :class:`Index` that is all-None and the other is :class:`DatetimeIndex` incorrectly raising (:issue:`40841`)
1818
- Fixed regression in :meth:`DataFrame.sum` and :meth:`DataFrame.prod` when ``min_count`` and ``numeric_only`` are both given (:issue:`41074`)
19-
- Regression in :func:`read_csv` when using ``memory_map=True`` with an non-UTF8 encoding (:issue:`40986`)
20-
- Regression in :meth:`DataFrame.replace` and :meth:`Series.replace` when the values to replace is a NumPy float array (:issue:`40371`)
21-
- Regression in :func:`ExcelFile` when a corrupt file is opened but not closed (:issue:`41778`)
19+
- Fixed regression in :func:`read_csv` when using ``memory_map=True`` with an non-UTF8 encoding (:issue:`40986`)
20+
- Fixed regression in :meth:`DataFrame.replace` and :meth:`Series.replace` when the values to replace is a NumPy float array (:issue:`40371`)
21+
- Fixed regression in :func:`ExcelFile` when a corrupt file is opened but not closed (:issue:`41778`)
2222
- Fixed regression in :meth:`DataFrame.astype` with ``dtype=str`` failing to convert ``NaN`` in categorical columns (:issue:`41797`)
2323

2424
.. ---------------------------------------------------------------------------
2525
26-
27-
.. _whatsnew_125.bug_fixes:
28-
29-
Bug fixes
30-
~~~~~~~~~
31-
32-
-
33-
-
34-
35-
.. ---------------------------------------------------------------------------
36-
37-
.. _whatsnew_125.other:
38-
39-
Other
40-
~~~~~
41-
42-
-
43-
-
44-
45-
.. ---------------------------------------------------------------------------
46-
4726
.. _whatsnew_125.contributors:
4827

4928
Contributors

0 commit comments

Comments
 (0)