.conda_env.yml
.envrc
.gitignore
.readthedocs.yaml
LICENSE
README.md
black.toml
changelog.md
makefile
mkdocs.yml
pytest.ini
setup.cfg
setup.py
.github/workflows/lint-black.yaml
.github/workflows/lint-darglint.yaml
.github/workflows/lint-flake8.yaml
.github/workflows/lint-isort.yaml
.github/workflows/lint-pydocstyle.yaml
.github/workflows/python-publish.yaml
.github/workflows/test.yaml
docs/api.md
docs/develop.md
docs/gallery_conf.py
docs/index.md
docs/examples/README.md
docs/examples/example_01_basic.py
sirfshampoo/__init__.py
sirfshampoo/combiner.py
sirfshampoo/optimizer.py
sirfshampoo/utils.py
sirfshampoo.egg-info/PKG-INFO
sirfshampoo.egg-info/SOURCES.txt
sirfshampoo.egg-info/dependency_links.txt
sirfshampoo.egg-info/not-zip-safe
sirfshampoo.egg-info/requires.txt
sirfshampoo.egg-info/top_level.txt
test/__init__.py
test/test_checkpointing.py
test/test_combiner.py
test/test_optimizer.py
test/test_utils.py
test/utils.py