CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/basic_usage.py
examples/faiss_usage.py
src/fast_ballmapper/__init__.py
src/fast_ballmapper/_validation.py
src/fast_ballmapper/coloring.py
src/fast_ballmapper/faiss.py
src/fast_ballmapper/graph.py
src/fast_ballmapper/landmarks.py
src/fast_ballmapper/py.typed
src/fast_ballmapper.egg-info/PKG-INFO
src/fast_ballmapper.egg-info/SOURCES.txt
src/fast_ballmapper.egg-info/dependency_links.txt
src/fast_ballmapper.egg-info/requires.txt
src/fast_ballmapper.egg-info/top_level.txt
src/fast_ballmapper/backends/__init__.py
src/fast_ballmapper/backends/_ball_tree.py
src/fast_ballmapper/backends/_faiss.py
src/fast_ballmapper/plotting/__init__.py
src/fast_ballmapper/plotting/_common.py
src/fast_ballmapper/plotting/matplotlib.py
src/fast_ballmapper/plotting/plotly.py
tests/test_build_cover.py
tests/test_coloring.py
tests/test_faiss_backend.py
tests/test_faiss_integration.py
tests/test_graph.py
tests/test_landmarks.py
tests/test_plotting.py
tests/test_public_api.py