Skip to content

Commit 20bfe16

Browse files
committed
Note
1 parent 1931c31 commit 20bfe16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.2.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ Deprecations
264264
- Deprecated indexing :class:`DataFrame` rows with datetime-like strings ``df[string]``, use ``df.loc[string]`` instead (:issue:`36179`)
265265
- Deprecated casting an object-dtype index of ``datetime`` objects to :class:`DatetimeIndex` in the :class:`Series` constructor (:issue:`23598`)
266266
- Deprecated :meth:`Index.is_all_dates` (:issue:`27744`)
267+
- The default value of ``regex`` for :meth:`Series.str.replace` will change from ``True`` to ``False`` in a future release (:issue:`24804`)
267268

268269
.. ---------------------------------------------------------------------------
269270

0 commit comments

Comments
 (0)