.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/push.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/make.bat
docs/source/autodoc.rst
docs/source/conf.py
docs/source/context.rst
docs/source/goals.rst
docs/source/index.rst
docs/source/install.rst
docs/source/latex_macros.sty
docs/source/modules.rst
docs/source/quickstart.rst
docs/source/swyft.rst
docs/source/theory.rst
docs/source/theorytex.rst
docs/source/images/quickstart-1d.png
docs/source/images/quickstart-2d.png
notebooks/NeurIPS Corner.ipynb
notebooks/NeurIPS eggbox.ipynb
notebooks/Quickstart.ipynb
notebooks/Tutorial.ipynb
swyft/__init__.py
swyft/__version__.py
swyft/cache.py
swyft/estimation.py
swyft/eval.py
swyft/intensity.py
swyft/network.py
swyft/plot.py
swyft/train.py
swyft/types.py
swyft/utils.py
swyft.egg-info/PKG-INFO
swyft.egg-info/SOURCES.txt
swyft.egg-info/dependency_links.txt
swyft.egg-info/not-zip-safe
swyft.egg-info/requires.txt
swyft.egg-info/top_level.txt
tests/__init__.py
tests/cache_test.py
tests/estimation_test.py
tests/eval_test.py
tests/intensity_test.py
tests/network_test.py
tests/utils_test.py