.bumpversion.cfg
.gitignore
.mypy.ini
.pre-commit-config.yaml
.readthedocs.yml
.rstcheck.cfg
LICENSE.txt
README.rst
environment.yml
pyproject.toml
requirements.txt
setup.py
tox.ini
.github/workflows/ci.yml
.scripts/ci/install_dependencies.sh
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/_key_contributors.rst
docs/source/acknowledgments.rst
docs/source/api.rst
docs/source/conf.py
docs/source/example.ipynb
docs/source/index.rst
docs/source/installation.rst
docs/source/references.rst
docs/source/spelling_wordlist.txt
docs/source/_ext/typed_returns.py
docs/source/_static/css/custom.css
docs/source/_templates/autosummary/class.rst
pygpcca/__init__.py
pygpcca/_gpcca.py
pygpcca/_sort_real_schur.py
pygpcca/_sorted_schur.py
pygpcca.egg-info/PKG-INFO
pygpcca.egg-info/SOURCES.txt
pygpcca.egg-info/dependency_links.txt
pygpcca.egg-info/not-zip-safe
pygpcca.egg-info/requires.txt
pygpcca.egg-info/top_level.txt
pygpcca/utils/__init__.py
pygpcca/utils/_checks.py
pygpcca/utils/_constants.py
pygpcca/utils/_docs.py
pygpcca/utils/_utils.py
tests/__init__.py
tests/conftest.py
tests/test_gpcca.py
tests/test_stat_dist.py