On 07/25/2013 03:22 PM, Jacob Vanderplas wrote: > There's still the numpy 1.4 incompatibility issue in the new ball tree > code [1]... I've been absolutely swamped this week and haven't had a > chance to address the problem yet. I'll see if I can look into it > today or tomorrow. I'm still not sure about the best approach to > fixing this, so it may take some tinkering. There seems to be also a separate issue about cython compatibility. The current cython version doesn't like sklearn/neighbors/binary_tree.pxi. It warns about undefined behavior because you use indexing like X[:-1] when running cython and segfaults when run.
------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
