Skip to content

Commit 74d279d

Browse files
Update whatsnew
1 parent 3814b8d commit 74d279d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.5.3.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Bug fixes
3333
- Bug when chaining several :meth:`.Styler.concat` calls, only the last styler was concatenated (:issue:`49207`)
3434
- Fixed bug when instantiating a :class:`DataFrame` subclass inheriting from ``typing.Generic`` that triggered a ``UserWarning`` on python 3.11 (:issue:`49649`)
3535
- Bug in :func:`pandas.testing.assert_series_equal` (and equivalent ``assert_`` functions) when having nested data and using numpy >= 1.25 (:issue:`50360`)
36-
- Bug in :meth:`DataFrame.loc` leading to unwanted `FutureWarning` (:issue:`48673`)
3736
-
3837

3938
.. ---------------------------------------------------------------------------
@@ -49,6 +48,7 @@ Other
4948
as pandas works toward compatibility with SQLAlchemy 2.0.
5049

5150
- 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`)
51+
- A ``FutureWarning`` raised when attempting to set values inplace with `:meth:`DataFrame.loc` or `:meth:`DataFrame.loc`` has been changed to a ``DeprecationWarning`` (:issue:`48673`)
5252
-
5353

5454
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)