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
Version 0.8.0 beta 1
* tag 'v0.8.0b1': (703 commits)
RLS: 0.8.0 beta 1
RLS: 0.8.0beta
RLS: release notes
ENH: add option to use Series.values to interpolate, closepandas-dev#1206
TST: testing to closepandas-dev#1331
DOC: groupby drop duplicate index pandas-dev#1312
ENH: tz_convert for DataFrame pandas-dev#1330
ENH: add NA handling to scatter_matrix, closepandas-dev#1297
BUG: display localtime in DatetimeIndex.__repr__, closepandas-dev#1336
DOC: draft of timeseries section of docs. Added Period related documentation and examples
DOC: timezone handling and started on Period
DOC: rough draft of DatetimeIndex, date_range, shifting/resampling etc
DOC: more ts docs. Need to do resampling then PeriodIndex
DOC: starting deeper revamp of ts docs for 0.8
BUG: raise exception for unintellible frequency strings, closepandas-dev#1328
ENH: construct PeriodIndex from arrays of fields, allow negative ordinals. closepandas-dev#1333 and pandas-dev#1264
BUG: tsplot fix with business freq pandas-dev#1332
BUG: DatetimeIndex partial slicing bug, tsplot kludge around pandas-dev#1332
BUG: alias W to W-SUN, add test for buglet closepandas-dev#1327
ENH: mix arrays and scalars in DataFrame constructor, closepandas-dev#1329
...
e.g.
Day() == 'M'
yields False. Currently raises ExceptionThe text was updated successfully, but these errors were encountered: