-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
version dependency/tests on numexpr -- truediv etc are NA in numexpr 1.4.2 #5845
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
I don't think ever run on < Numexpr 2 shouldn't this error have shown up before? |
want me to put up a PR that:
? |
would be gr8 @jtratner |
might be worthwhile so we could provide builds for elderly ubuntus, may be without the benefits of recent numexpr. Debian wheezy has numexpr 2.0.1 |
maybe also change one of the Travis builds (maybe 2.6 one |
to use Numexpr 1.4.2 |
@yarikoptic can you try building this branch and seeing if it works for you - I just added the division future import to all core files and removed the truediv kwarg from expressions. I believe this will actually make numexpr 1.4.2 work: https://github.com/jtratner/pandas/tree/handle-old-numexpr |
On Fri, 03 Jan 2014, Jeff Tratner wrote:
Hi Jeff, Either I screwed up somewhere (I always leave that possibility even to obvious 0001-Add-division-future-import-everywhere.patch e.g. building on ubuntu 12.04 with numexpr 1.4.2-1.2build2 ERROR: pandas.computation.tests.test_eval.TestAlignment.test_align_nested_unary_op('numexpr', 'python')Traceback (most recent call last): Yaroslav O. Halchenko, Ph.D. |
That's very strange. It shouldn't be adding truediv kwarg anywhere and I That said, I realize we may not be ablr support numexpr 1.4.2 because it I need to check this and the resolution may be to force no acceleration |
while building for Ubuntu 12.04, bulk of tests fail due e.g.
ValueError: Unknown keyword argument 'truediv'
from numexpr andAssertionError: Did not use numexpr as expected
in test_expressionsFull log http://neuro.debian.net/_files/_buildlogs/pandas/0.13.0/pandas_0.13.0-2~nd12.04+1_i386.build
The text was updated successfully, but these errors were encountered: