.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
torch_kmeans-logo.png
tox.ini
docs/Makefile
docs/authors.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
examples/README.md
examples/notebooks/constrained_kmeans.ipynb
examples/notebooks/kmeans.ipynb
examples/notebooks/soft_kmeans.ipynb
examples/notebooks/speed_comparison.ipynb
src/torch_kmeans/__init__.py
src/torch_kmeans.egg-info/PKG-INFO
src/torch_kmeans.egg-info/SOURCES.txt
src/torch_kmeans.egg-info/dependency_links.txt
src/torch_kmeans.egg-info/not-zip-safe
src/torch_kmeans.egg-info/requires.txt
src/torch_kmeans.egg-info/top_level.txt
src/torch_kmeans/clustering/__init__.py
src/torch_kmeans/clustering/constr_kmeans.py
src/torch_kmeans/clustering/kmeans.py
src/torch_kmeans/clustering/knn.py
src/torch_kmeans/clustering/soft_kmeans.py
src/torch_kmeans/utils/__init__.py
src/torch_kmeans/utils/distances.py
src/torch_kmeans/utils/utils.py
tests/conftest.py
tests/test_clustering_utils.py
tests/test_constrained_kmeans.py
tests/test_distances.py
tests/test_knn.py
tests/test_soft_kmeans.py
tests/test_standard_kmeans.py
tests/utils.py