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.rst
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -361,6 +361,7 @@ Other Enhancements
361
361
- :meth:`pandas.api.types.is_list_like` has gained a keyword ``allow_sets`` which is ``True`` by default; if ``False``,
362
362
all instances of ``set`` will not be considered "list-like" anymore (:issue:`23061`)
363
363
- :meth:`Index.to_frame` now supports overriding column name(s) (:issue:`22580`).
364
+
- :meth:`Categorical.from_codes` now can take a dtype parameter (:issue:`24398`).
364
365
- New attribute :attr:`__git_version__` will return git commit sha of current build (:issue:`21295`).
365
366
- Compatibility with Matplotlib 3.0 (:issue:`22790`).
366
367
- Added :meth:`Interval.overlaps`, :meth:`IntervalArray.overlaps`, and :meth:`IntervalIndex.overlaps` for determining overlaps between interval-like objects (:issue:`21998`)
0 commit comments