Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BLD: numpy master changes breaking #12049
Comments
jreback
added Build Compat
labels
Jan 15, 2016
jreback
added this to the
0.18.0
milestone
Jan 15, 2016
|
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 notifications@github.com
|
|
we can adapt. do you want me to open an issue on numpy?
ok so your change makes sense
|
shoyer
referenced
this issue
in numpy/numpy
Jan 15, 2016
Closed
NaT comparison change breaks pandas test suite #7019
|
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. |
njsmith
commented
Jan 15, 2016
|
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.) |
njsmith
commented
Jan 15, 2016
|
It looks like the magic incantation is:
|
|
@njsmith ok, thanks! |
This was referenced Jan 15, 2016
jreback
added a commit
to jreback/pandas
that referenced
this issue
Jan 16, 2016
|
|
jreback |
358a334
|
jreback
closed this
in #12058
Jan 16, 2016
jreback
added a commit
that referenced
this issue
Jan 16, 2016
|
|
jreback |
ce37586
|
jreback commentedJan 15, 2016
(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: