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
* master: (171 commits)
BUG: fix Cython tz_convert bug with time zones that haven't had a UTC transition in a long time. close#1946
BUG: fix buglet
BUG: try fixing tzlocal bug
Minor fixes to time series doc.
Adding DataFrame methods to API reference.
Added Series functions to API doc.
BUG: fix segfault in SeriesGrouper with non-contiguous index
RLS: Version 0.9.0 Release Candidate 1
BLD: add lib depends #1945
BUG: missing case for assigning DataFrame via ix
BUG: python 3.1 timedelta compat issue
BUG: python 3 tzoffset is not hashable
TST: adds dateutil to travis-ci install commands
BUG: let selecting multiple columns in DataFrame.__getitem__ work when there are duplicates. close#1943
BUG: DatetimeConverter does not handle datetime64 arrays properly
BUG: reindex with axis=1 when setting Series to scalar location, close#1942
BUG: fix formatting of Timestamps in to_html/IPython notebook. refactor to_html code. close#1940
ENH: allow single str input to na_values #1944
TST: when xlrd is not installed skip tests needing it, close#1941
BUG: DatetimeIndex localizes twice if input is localized DatetimeIndex #1838
...
Version 0.9.0 Release Candidate 1
* tag 'v0.9.0rc1': (58 commits)
RLS: Version 0.9.0 Release Candidate 1
BLD: add lib depends pandas-dev#1945
BUG: missing case for assigning DataFrame via ix
BUG: python 3.1 timedelta compat issue
BUG: python 3 tzoffset is not hashable
TST: adds dateutil to travis-ci install commands
BUG: let selecting multiple columns in DataFrame.__getitem__ work when there are duplicates. closepandas-dev#1943
BUG: DatetimeConverter does not handle datetime64 arrays properly
BUG: reindex with axis=1 when setting Series to scalar location, closepandas-dev#1942
BUG: fix formatting of Timestamps in to_html/IPython notebook. refactor to_html code. closepandas-dev#1940
ENH: allow single str input to na_values pandas-dev#1944
TST: when xlrd is not installed skip tests needing it, closepandas-dev#1941
BUG: DatetimeIndex localizes twice if input is localized DatetimeIndex pandas-dev#1838
BUG: align input on setting via ix pandas-dev#1630
cython methods for group bins pandas-dev#1809
BUG: allow non-numeric columns in groupby first/last pandas-dev#1809
TST: skip unicode filename test if system requires encoding to ascii
BUG: more fixedoffset occurrences pandas-dev#1928
BUG: no zone in tzinfo pandas-dev#1838
BUG: handle lists too in DataFrame.xs when partially selecting data from DataFrame. closepandas-dev#1796
...
Maybe this is because I have openpyxl but not xlrd installed.
Anyway, I guess the tests should be skipped instead of throwing an error.
The text was updated successfully, but these errors were encountered: