-
Notifications
You must be signed in to change notification settings - Fork 679
COMPAT for pandas 0.20.0 #304
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
Conversation
so this will all pdr to be imported; we had removed @gfyoung any interest in fixing? |
@jreback : I don't fully understand what you wrote. Could you clarify? |
@gfyoung the test suite here is a) nose, b) uses lots of things we removed from pandas.util.testing. So best case would be to simply convert this to use pytest and use the public things in pandas.testing. |
@jreback : Ah, I see. I can have a look. |
LGTM |
@jreback : I think it can be done, but I'm going to wait until this PR gets merged |
ok, I kind of wanted to have actual tests. But yes this does fix the issues. |
@gfyoung go to it! |
@jreback : Travis seems to disagree that all compat issues have been addressed. |
Actually, I see it's probably because |
I'm putting up PR to immediately patch |
@gfyoung the import works (which was the initial issue). now none of the tests work because |
FYI this still uses nose. I think easiest would be to simply change to pytest. (or can just remove tm.TestCase and fix things too) |
@jreback : No, I believe that the test works when the CORRECT version of |
Why not just add
Well, that will be taken care of when I do the |
sure, but have to install from daily wheels (which can do), but easier just to install latest :> can do it in steps. |
Fair enough. I would prefer to install from daily wheels in the end, though I'm not sure how that is done.
Agreed. |
https://github.com/pandas-dev/pandas/blob/master/ci/requirements-3.6_NUMPY_DEV.build.sh |
When is this likely to be released? I'm running a tutorial on Wednesday that uses this library and want to pin versions. Should I pin 0.20.1 or 0.19? |
No description provided.