pixelogik / NearPy

Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different locality-sensitive hashes.
MIT License
763 stars 151 forks source link

Python 3 compatibility #6

Closed mikluko closed 10 years ago

mikluko commented 10 years ago

I've done some work in this direction. Tets in run_tests.py are passing correctly. Pull request is coming.

pixelogik commented 10 years ago

cool, will check it out soon!

Am 27.04.2014 um 18:27 schrieb Mikhail Lukyanchenko notifications@github.com:

I've done some work in this direction. Tets in run_tests.py are passing correctly. Pull request is coming.

— Reply to this email directly or view it on GitHub.

pixelogik commented 10 years ago

Pull request is done

bittremieux commented 8 years ago

The HashPermutations hashes seem not to be Python 3 compatible. Specifically, there are some issues using xrange, which doesn't exist in Python 3.

Some of the issues are the following, although the list may not be complete as I didn't try to solve them:

pixelogik commented 8 years ago

Thx. Might look into that at some point.