Skip to content

Deprecating scikits.ann in favor of scipy.spatial

Now that scipy.spatial has a very competent KDTree implementation (in both python an C versions), Rob and I feel that it’s probably best to stop development of the ANN wrapper. It’s in a workable state and the code won’t be going anywhere, but any of our future efforts will go towards scipy.spatial. Give it a try.

{ 1 } Comments

  1. Neil Davis | March 2, 2010 at 7:10 am | Permalink

    Would it be possible for you to mention this on the scikits.ann sites. I spent some time fighting the installation of the wrapper and it would have been nice to have known that there is KDTree support in scipy.spatial, the google searches I tried turned up the scikits.ann but nothing about scipy.spatial.

    Thanks,
    Neil

Post a Comment

Your email is never published nor shared. Required fields are marked *