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/v1.4.0.rst
+2
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,8 @@ Other enhancements
226
226
``USFederalHolidayCalendar``. See also `Other API changes`_.
227
227
- :meth:`.Rolling.var`, :meth:`.Expanding.var`, :meth:`.Rolling.std`, :meth:`.Expanding.std` now support `Numba <http://numba.pydata.org/>`_ execution with the ``engine`` keyword (:issue:`44461`)
228
228
- :meth:`Series.info` has been added, for compatibility with :meth:`DataFrame.info` (:issue:`5167`)
229
+
- :meth:`UInt64Index.map` now retains ``dtype`` where possible (:issue:`44609`)
0 commit comments