Skip to content

Commit a1babdc

Browse files
authored
DOC: Add 1.5.x note to main (#50822)
1 parent afdf0a3 commit a1babdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.5.3.rst

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Other
4747
as pandas works toward compatibility with SQLAlchemy 2.0.
4848

4949
- Reverted deprecation (:issue:`45324`) of behavior of :meth:`Series.__getitem__` and :meth:`Series.__setitem__` slicing with an integer :class:`Index`; this will remain positional (:issue:`49612`)
50+
- A ``FutureWarning`` raised when attempting to set values inplace with :meth:`DataFrame.loc` or :meth:`DataFrame.iloc` has been changed to a ``DeprecationWarning`` (:issue:`48673`)
5051

5152
.. ---------------------------------------------------------------------------
5253
.. _whatsnew_153.contributors:

0 commit comments

Comments
 (0)