LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
pynear/__init__.py
pynear/_version.py
pynear/forest.py
pynear/logging.py
pynear/sklearn_adapter.py
pynear.egg-info/PKG-INFO
pynear.egg-info/SOURCES.txt
pynear.egg-info/dependency_links.txt
pynear.egg-info/not-zip-safe
pynear.egg-info/requires.txt
pynear.egg-info/top_level.txt
pynear/benchmark/__init__.py
pynear/benchmark/approx_benchmark.py
pynear/benchmark/benchmark.py
pynear/benchmark/build_time_benchmark.py
pynear/benchmark/dataset.py
pynear/benchmark/index_adapters.py
pynear/benchmark/run_benchmarks.py
pynear/include/BKTree.hpp
pynear/include/BinaryIVF.hpp
pynear/include/BindingUtils.hpp
pynear/include/BuiltinSerializers.hpp
pynear/include/DistanceFunctions.hpp
pynear/include/ISerializable.hpp
pynear/include/KMeans.hpp
pynear/include/MIH.hpp
pynear/include/MathUtils.hpp
pynear/include/SerializableVPTree.hpp
pynear/include/SerializedStateObject.hpp
pynear/include/VPLevelPartition.hpp
pynear/include/VPTree.hpp
pynear/include/crc32.hpp
pynear/src/PythonBindings.cpp
pynear/tests/__init__.py
pynear/tests/test_binary_approx.py
pynear/tests/test_bktree.py
pynear/tests/test_ivfflat.py
pynear/tests/test_serialization.py
pynear/tests/test_sklearn_adapter.py
pynear/tests/test_vptree.py