Skip to content

Commit 25069e0

Browse files
DOC: fixes for 1.3.1 release notes (#42516)
1 parent c968ffe commit 25069e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/whatsnew/v1.3.1.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ including other versions of pandas.
1515
Fixed regressions
1616
~~~~~~~~~~~~~~~~~
1717
- Pandas could not be built on PyPy (:issue:`42355`)
18-
- :class:`DataFrame` constructed with with an older version of pandas could not be unpickled (:issue:`42345`)
19-
- Performance regression in constructing a :class:`DataFrame` from a dictionary of dictionaries (:issue:`42338`)
18+
- :class:`DataFrame` constructed with an older version of pandas could not be unpickled (:issue:`42345`)
19+
- Performance regression in constructing a :class:`DataFrame` from a dictionary of dictionaries (:issue:`42248`)
2020
- Fixed regression in :meth:`DataFrame.agg` dropping values when the DataFrame had an Extension Array dtype, a duplicate index, and ``axis=1`` (:issue:`42380`)
2121
- Performance regression in :meth:`DataFrame.to_dict` and :meth:`Series.to_dict` when ``orient`` argument one of "records", "dict", or "split" (:issue:`42352`)
22-
- Fixed regression in indexing with a ``list`` subclass incorrectly raising ``TypeError`` (:issue:`42433`, :issue:42461`)
22+
- Fixed regression in indexing with a ``list`` subclass incorrectly raising ``TypeError`` (:issue:`42433`, :issue:`42461`)
2323
-
2424

2525
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)