Skip to content

Commit 4d34ab4

Browse files
move to 0.24.2
1 parent 89bbd3b commit 4d34ab4

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

doc/source/whatsnew/v0.24.1.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ These are the changes in pandas 0.24.1. See :ref:`release` for a full changelog
1616
including other versions of pandas. See :ref:`whatsnew_0240` for the 0.24.0 changelog.
1717

1818

19-
.. _whatsnew_0241.regressions:
20-
21-
Fixed Regressions
22-
^^^^^^^^^^^^^^^^^
23-
24-
- Bug in :meth:`DataFrame.itertuples` with ``records`` orient raising an ``AttributeError`` when the ``DataFrame`` contained more than 255 columns (:issue:`24939`)
25-
- Bug in :meth:`DataFrame.itertuples` orient converting integer column names to strings prepended with an underscore (:issue:`24940`)
26-
- Bug in :meth:`to_string` with ``index`` set to ``False``, leading space is added. (:issue:`24980`)
2719

2820
.. _whatsnew_0241.api:
2921

doc/source/whatsnew/v0.24.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Bug Fixes
5656
- Bug in reading a HDF5 table-format ``DataFrame`` created in Python 2, in Python 3 (:issue:`24925`)
5757
- Bug in reading a JSON with ``orient='table'`` generated by :meth:`DataFrame.to_json` with ``index=False`` (:issue:`25170`)
5858
- Bug where float indexes could have misaligned values when printing (:issue:`25061`)
59-
-
59+
- Bug in :meth:`Series.to_string` adding a leading space when ``index=False`` (:issue:`24980`)
6060

6161
**Categorical**
6262

0 commit comments

Comments
 (0)