stefankoegl / kdtree

A Python implementation of a kd-tree
ISC License
372 stars 118 forks source link

kdtree: search nearest neigbours within a distance #2

Closed RafiKueng closed 12 years ago

RafiKueng commented 12 years ago

Hey!

I wrote you some month ago, that i've slighlty modified you kd tree code, (added the thing in the title) but unfortunately i messed up the history. now i had finally time to fix it, i hope it works!

Best, Rafael Küng

stefankoegl commented 12 years ago

Thanks, merged! I've also added a AUTHORS file and mentioned you there