.cookiecutterrc
.coveragerc
.editorconfig
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CITATION.cff
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
setup.cfg
setup.py
tbump.toml
tox.ini
.github/workflows/github-actions.yml
ci/bootstrap.py
ci/requirements.txt
ci/templates/.github/workflows/github-actions.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/bregman.rst
docs/reference/index.rst
src/__init__.py
src/bregman/__init__.py
src/bregman/densities.py
src/bregman/latent_pod.py
src/bregman/models.py
src/bregman/optimizers.py
src/bregman/regularizers.py
src/bregman/simplify.py
src/bregman/sparsify.py
src/bregman_learning.egg-info/PKG-INFO
src/bregman_learning.egg-info/SOURCES.txt
src/bregman_learning.egg-info/dependency_links.txt
src/bregman_learning.egg-info/not-zip-safe
src/bregman_learning.egg-info/requires.txt
src/bregman_learning.egg-info/top_level.txt
tests/test_bregman.py