Hello,
There has been some interesting discussion regarding cKDTree recently on 
the scipy-dev list (see thread starting at 
http://mail.scipy.org/pipermail/scipy-dev/2012-July/017737.html) and 
I've been reading it with a lot of interest.  Based on what Sturla is 
saying within these messages, the cython/numpy interface used in the 
Ball Tree (and several other scikit-learn cython scripts) is no longer 
the preferred way to access numpy data buffers from cython.

memoryviews in cython are rather new (I believe they require cython 
version 0.16+), but I think using them would make our ball tree code 
both more readable and less likely to face deprecation in the future.  
How do folks feel about using this sort of bleeding-edge cython syntax 
in scikit-learn?
    Jake

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to