.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/release.yml
.github/workflows/test.yml
examples/bijectors.ipynb
examples/deep_set.ipynb
examples/distributions.ipynb
examples/one_dimensional_distribution.ipynb
examples/two_moons.ipynb
examples/two_moons_conditional.ipynb
src/zenflow/__init__.py
src/zenflow/bijectors.py
src/zenflow/distributions.py
src/zenflow/flow.py
src/zenflow/layer_utils.py
src/zenflow/train.py
src/zenflow/utils.py
src/zenflow.egg-info/PKG-INFO
src/zenflow.egg-info/SOURCES.txt
src/zenflow.egg-info/dependency_links.txt
src/zenflow.egg-info/requires.txt
src/zenflow.egg-info/top_level.txt
tests/test_bijectors.py
tests/test_distributions.py
tests/test_flow.py
tests/test_train.py
tests/test_utils.py