Skip to content

Commit 6b61b10

Browse files
DOC: sphinx error in 1.2.1 release notes (#38850)
1 parent 812c301 commit 6b61b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v1.2.1.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Fixed regressions
2121
- Fixed regression in :meth:`DataFrame.groupby()` with :class:`Categorical` grouping column not showing unused categories for ``grouped.indices`` (:issue:`38642`)
2222
- Fixed regression in :meth:`DataFrame.any` and :meth:`DataFrame.all` not returning a result for tz-aware ``datetime64`` columns (:issue:`38723`)
2323
- Fixed regression in :meth:`.GroupBy.sem` where the presence of non-numeric columns would cause an error instead of being dropped (:issue:`38774`)
24-
- :func:`read_excel` does not work for non-rawbyte file handles (issue:`38788`)
25-
- Bug in :meth:`read_csv` with ``float_precision="high"`` caused segfault or wrong parsing of long exponent strings (:issue:`38753`)
24+
- Fixed regression in :func:`read_excel` with non-rawbyte file handles (:issue:`38788`)
25+
- 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`)
2626
-
2727

2828
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)