You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.24.0.txt
+2
Original file line number
Diff line number
Diff line change
@@ -198,6 +198,8 @@ Other Enhancements
198
198
- :meth:`round`, :meth:`ceil`, and meth:`floor` for :class:`DatetimeIndex` and :class:`Timestamp` now support an ``ambiguous`` argument for handling datetimes that are rounded to ambiguous times (:issue:`18946`)
199
199
- :class:`Resampler` now is iterable like :class:`GroupBy` (:issue:`15314`).
200
200
- :meth:`Series.resample` and :meth:`DataFrame.resample` have gained the :meth:`Resampler.quantile` (:issue:`15023`).
201
+
- :meth:`pandas.core.dtypes.is_list_like` has gained a keyword ``allow_sets`` which is ``True`` by default; if ``False``,
202
+
all instances of ``set`` will not be considered "list-like" anymore (:issue:`23061`)
201
203
- :meth:`Index.to_frame` now supports overriding column name(s) (:issue:`22580`).
202
204
- New attribute :attr:`__git_version__` will return git commit sha of current build (:issue:`21295`).
203
205
- Compatibility with Matplotlib 3.0 (:issue:`22790`).
0 commit comments