panns icon indicating copy to clipboard operation
panns copied to clipboard

Python Approximate Nearest Neighbor Search in very high dimensional spaces with optimised indexing.

Results 7 panns issues
Sort by recently updated
recently updated
newest added

if 'dtype' is not present 'numpy.random.randint(2**32-1, dtype=numpy.uint32)' throws error 'ValueError: high is out of bounds for int32'

**ERROR:** ``` Traceback (most recent call last): File "..\approximate_nearest_neighbors/panns_test/main.py", line 12, in p.build(50) File "..\site-packages\panns\index.py", line 136, in build self.build_sequential(c) File "..\site-packages\panns\index.py", line 152, in build_sequential self.make_tree(tree.root, children) File "..\site-packages\panns\index.py",...

Hi: setup.py has a license of "GNU LGPL v2.1" as well as most of the code, but the LICENSE file is GPL? Which one should I consider? Thanks!

### ryanrhymes/panns now has a Chat Room on Gitter @ryanrhymes has just created a chat room. You can visit it here: [https://gitter.im/ryanrhymes/panns](https://gitter.im/ryanrhymes/panns?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your README.md:...

After pip install panns, i try run the code from panns import * # create an index of Euclidean distance p = PannsIndex(dimension=100, metric='euclidean') # generate a 1000 x 100...