CMakeLists.txt
LICENSE
MANIFEST.in
README.md
dev-requirements.txt
pyproject.toml
requirements.txt
setup.py
bench/CMakeLists.txt
bench/bench-lib.cpp
bench/run-bench.cpp
examples/python/isomap.py
examples/python/mds.py
examples/python/swiss_roll_test.py
include/DimRedTools/CompressedCoverTree.hpp
include/DimRedTools/CoverTree.hpp
include/DimRedTools/DimRedTools.hpp
include/DimRedTools/Isomap.hpp
include/DimRedTools/MDS.hpp
scripts/make_release.sh
scripts/manage_versions.py
src/CMakeLists.txt
src/version.txt
src/DimRedTools/CMakeLists.txt
src/DimRedTools/CompressedCoverTree.cpp
src/DimRedTools/CoverTree.cpp
src/DimRedTools/DRTConfig.cpp
src/DimRedTools/DRTConfig.hpp.in
src/DimRedTools/DimRedTools.cpp
src/DimRedTools/Isomap.cpp
src/DimRedTools/MDS.cpp
src/Python/CMakeLists.txt
src/Python/MANIFEST.in
src/Python/README.md
src/Python/make_install_pip_package.cmake
src/Python/make_python_package.cmake
src/Python/requirements.txt
src/Python/setup.py
src/Python/dimredtools/__init__.py
src/Python/dimredtools/helper.py
src/Python/dimredtools.egg-info/PKG-INFO
src/Python/dimredtools.egg-info/SOURCES.txt
src/Python/dimredtools.egg-info/dependency_links.txt
src/Python/dimredtools.egg-info/not-zip-safe
src/Python/dimredtools.egg-info/requires.txt
src/Python/dimredtools.egg-info/top_level.txt
src/Python/dimredtools_pybind/__init__.py
src/Python/dimredtools_pybind/dimredtools_pybind.cpp
src/Python/dimredtools_pybind/dimredtools_pybind.hpp
src/Python/dimredtools_pybind/docstring/docstring.cpp
src/Python/dimredtools_pybind/docstring/docstring.hpp
tests/CMakeLists.txt
tests/cpp/CMakeLists.txt
tests/cpp/run-tests.cpp
tests/cpp/test-dimredtools.cpp
tests/cpp/test-manifolds.cpp
tests/cpp/test-trees.cpp
tests/cpp/testdata.cpp
thirdparty/CMakeLists.txt