WattTime / pyiso

Python client libraries for ISO and other power grid data sources.
http://pyiso.readthedocs.org/
Other
237 stars 110 forks source link

Restrict pandas versions to pandas>=0.18,<0.21 for the time being. #176

Closed r24mille closed 6 years ago

r24mille commented 6 years ago

The deprecation of read_excel(parse_cols=[]) in favour of read_excel(usecols=[]) affected the BPAClient and BaseClient negatively. This works around that version incompatibility until we're ready to upgrade and have a fix in place.

Fixes continuous integration server problems that started with c0158781885507941094bc744a52ee00aa70afff.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 57.727% when pulling 69cae056051b4ef8d63675e391d4663c9c51f462 on r24mille:restrict_pandas_version_range into b3fd60fc05e32eb9464a4d5d01bc214b5d8eb11b on WattTime:master.

r24mille commented 6 years ago

@ajdonnison, do you think I could get a code review / merge of this pull request? I'd like to be sure CI tests pass for my other pull requests (and upcoming PRs). Thanks!