-
Notifications
You must be signed in to change notification settings - Fork 684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
COMPAT with 0.16.0 #15
Comments
+1 |
right. I just want to be sure there is a version of |
@jreback Sure, I'll do that. |
I was able to check the |
I've marked the commit that was the same as pandas v0.16.0 as v0.1.0. A couple questions:
|
As I've said before, I think we should make pandas-datareader a soft dependancy of pandas. and change the (It would also help to do the same with pandas-compat... otherwise we can just copy it into pandas_datareader, since that's the thing which breaks pandas-datareader on 0.12-... compat is a part of the pandas codebase that is both useful and stable.) Not sure if this was agreed on in pandas-dev/pandas#8961 ?? |
I agree with @hayd here; We will schedule this for 0.17.0. In the meantime, I think @dstephens99 as far as releases go. I would:
|
Usual pandas rules then: extend the api (for great good) but don't break it. Can we add to the checklist: add the rc-release to pandas-datareader's .travis.yml (to trigger the tests)... Is an RC available via conda??? #5 |
conda should be up soon |
about the docs, I had a PR starting with that, I will try to finish that this weekend, unless someone beats me to it |
Started a release checklist for pandas-datareader here (based on the pandas one). Added @hayd 's comment on adding rc-release to .travis.yml |
To clarify, my comment was for during the pandas release cycle (e.g. when 0.17.0rc comes out, check that build passes the pandas-datareader tests - e.g. test locally and add the newer version of pandas to pandas-datareader's .travis.yml). I think the release checklist for pandas-datareader can be a lot shorter than pandas! :) e.g. No need for release candidates... "fixed some bugs -> ship a release"... ? One thing I would say to check backwards compat, is that you can run the old tests from pandas:
....This is probably doomed to failure (due e.g. to numbers changing). |
if someone would like to put all of the accumulated changes since @hayd pulled this from master as a PR back into pandas would be appreciated.
I think a good idea would be to have
pandas-datareader
, the 0.1 (or whatever version), be released about the same time as 0.16.0 (target at end of feb). We'll put up an announcement in the pandas release about this, and about future availability..The text was updated successfully, but these errors were encountered: