Skip to content

Commit cbefc9a

Browse files
committed
Add new item to API changes describing #16961
1 parent 2e6fa3d commit cbefc9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.21.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Other API Changes
108108
- ``Index.get_indexer_non_unique()`` now returns a ndarray indexer rather than an ``Index``; this is consistent with ``Index.get_indexer()`` (:issue:`16819`)
109109
- Removed the ``@slow`` decorator from ``pandas.util.testing``, which caused issues for some downstream packages' test suites. Use ``@pytest.mark.slow`` instead, which achieves the same thing (:issue:`16850`)
110110
- Moved definition of ``MergeError`` to the ``pandas.errors`` module.
111+
- Setting on a column with a scalar value and no index now raises a ``ValueError`` (:issue:`16823`)
111112

112113

113114
.. _whatsnew_0210.deprecations:

0 commit comments

Comments
 (0)