Skip to content

Commit 3dac8b8

Browse files
author
Marco Gorelli
committed
📝 move whatsnew entry from v1.0.0 to v1.1.0
1 parent 1bfbf1f commit 3dac8b8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/source/whatsnew/v1.0.0.rst

-2
Original file line numberDiff line numberDiff line change
@@ -1170,8 +1170,6 @@ Other
11701170
- Bug where :meth:`DataFrame.itertuples` would incorrectly determine whether or not namedtuples could be used for dataframes of 255 columns (:issue:`28282`)
11711171
- Handle nested NumPy ``object`` arrays in :func:`testing.assert_series_equal` for ExtensionArray implementations (:issue:`30841`)
11721172
- Bug in :class:`Index` constructor incorrectly allowing 2-dimensional input arrays (:issue:`13601`, :issue:`27125`)
1173-
- Appending a dictionary to a :class:`DataFrame` without passing ``ignore_index=True`` will raise ``TypeError: Can only append a dict if ignore_index=True``
1174-
instead of ``TypeError: Can only append a Series if ignore_index=True or if the Series has a name`` (:issue`30871`)
11751173

11761174
.. ---------------------------------------------------------------------------
11771175

doc/source/whatsnew/v1.1.0.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ ExtensionArray
158158

159159
Other
160160
^^^^^
161-
-
161+
- Appending a dictionary to a :class:`DataFrame` without passing ``ignore_index=True`` will raise ``TypeError: Can only append a dict if ignore_index=True``
162+
instead of ``TypeError: Can only append a Series if ignore_index=True or if the Series has a name`` (:issue`30871`)
162163
-
163164

164165
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)