-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BLD: numpy master changes breaking #12049
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
Comments
my guess is that we now need to compare |
Yep, if this is datetime64 related it's my fault :). I though we were already using .view('i8') before making comparisons but I guess I was wrong. If so (especially if this breaks user facing stuff) we may need to hold off on these numpy fixes for a little longer (deprecation cycle?). Sigh... On Fri, Jan 15, 2016 at 7:27 AM, Jeff Reback [email protected]
|
we can adapt. do you want me to open an issue on numpy?
ok so your change makes sense
|
Actually, looks like we might just be able to drop our |
Unfortunately, this bug exists in our To fix this, I propose:
|
yep, prob need a special case for Ok, lmk if you need anything on the numpy side. |
BTW, numpy's travis jobs now continuously upload pre-built (as wheels) snapshots of numpy master to http://travis-dev-wheels.scipy.org/ -- might simplify your test infrastructure for testing against numpy master. (Looks like we're only doing this for py35 right now, but it'd be easy to add more builds if you need them.) |
It looks like the magic incantation is:
|
@njsmith ok, thanks! |
COMPAT: numpy compat with NaT != NaT, #12049
(24 hrs ago) good build: https://travis-ci.org/pydata/pandas/jobs/102356098: 1.11.0.dev0+51d2ecd
(1 hr ago) breaking lots of things: https://travis-ci.org/pydata/pandas/jobs/102596904: 1.11.0.dev0+aa6335c
@shoyer IIRC a couple of your PR's were merged in the last day.
here's an example:
The text was updated successfully, but these errors were encountered: