You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WinPython reverts to numexpr 2.5.2 using an older wheel saved in backup
@cgohlke - Christoph Gohlke makes numexpr 2.5.2 available on his web site.
Since WinPython 2016-03 uses numpy-1.11+mkl, I am not clear if numexpr 2.5.2 needs to be compiled with this specific version of numpy+mkl. If so, only option 2) would work.
The text was updated successfully, but these errors were encountered:
The regression I reported has been corrected in the master branch of the numexpr project, which will be released in numexpr 2.6.1. If the numexpr 2.6.1 release is before the next WinPython release, it would be better for WinPython to use numexpr 2.6.1 instead of numexpr 2.5.2.
I confirmed that numexpr 2.6.1 from www.lfd.uci.edu/~gohlke/pythonlibs/ resolves the regression, so it is no longer necessary to revert to numexpr 2.5.2.
I submitted this issue for numexpr 2.6.0: pydata/numexpr#221
numexpr 2.5.2 is no longer available at http://www.lfd.uci.edu/~gohlke/pythonlibs/#numexpr
I would like to use numexpr 2.5.2 with the soon-to-be-released WinPython 2016-03.
I see two ways to achieve this:
Since WinPython 2016-03 uses numpy-1.11+mkl, I am not clear if numexpr 2.5.2 needs to be compiled with this specific version of numpy+mkl. If so, only option 2) would work.
The text was updated successfully, but these errors were encountered: