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

Makes NearPy compatible with Python 3.7, 3.8, 3.9, and 3.10 + updates dependencies to the most recent versions supported by all 4 Python versions #97

Closed mikulskibartosz closed 1 year ago

mikulskibartosz commented 1 year ago

When you merge this PR, it will also add Github Actions that run the tests, examples, and experiments code. Like this: https://github.com/mikulskibartosz/NearPy/actions/runs/3742057468

pixelogik commented 1 year ago

Thanks for the work @mikulskibartosz ! Let's discuss the open questions first before we merge.