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
BUG: Series ops with a rhs of a Timestamp was throwing an exception
unique of a Series now returns a Series
_index.convert_scalar now will ignore a ndarray object if the lhs is timelike
(eg a non-scalar that is a series/ndarray is passed)
BUG: py3 issue with np.datetime64 conversion
added array_timedelta_to_int conversions in tslib.pyx
removed unique changes
DOC: added docs to timeseries for timedeltas and v0.11.0 whatsnew
minor fixing of doc refernce in v0.10.0
updated RELASE.rst
ENH: added ability for Series to set its dtype if it detects all timedelta like objects
ENH: added null checking and NaT support for timedelta64
added formatter for timedelta64
added setting via np.nan for NaT values (similar to datetime64[ns] support)
FMT: fixed timedelta64[ns] formatting (was breaking on py3.3)
had to roll a new printer (repr_timedelta64) rather than use
default str(x)
ENH: increased robustness in detection/conversion of timedelta64
that are intermixed with np.nan,NaT,iNaT
0 commit comments