.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
examples/basic_example.py
poppy_inference.egg-info/PKG-INFO
poppy_inference.egg-info/SOURCES.txt
poppy_inference.egg-info/dependency_links.txt
poppy_inference.egg-info/requires.txt
poppy_inference.egg-info/top_level.txt
src/poppy/__init__.py
src/poppy/history.py
src/poppy/plot.py
src/poppy/poppy.py
src/poppy/samples.py
src/poppy/transforms.py
src/poppy/utils.py
src/poppy/flows/__init__.py
src/poppy/flows/base.py
src/poppy/flows/jax/__init__.py
src/poppy/flows/jax/flows.py
src/poppy/flows/jax/utils.py
src/poppy/flows/torch/__init__.py
src/poppy/flows/torch/flows.py
src/poppy/samplers/__init__.py
src/poppy/samplers/base.py
src/poppy/samplers/importance.py
src/poppy/samplers/mcmc.py
src/poppy/samplers/smc/__init__.py
src/poppy/samplers/smc/base.py
src/poppy/samplers/smc/emcee.py
src/poppy/samplers/smc/minipcn.py
tests/conftest.py
tests/integration_tests/conftest.py
tests/integration_tests/test_integration.py
tests/test_flows/test_torch_flows/test_zuko_flows.py