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