.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
test_requirements.txt
.github/workflows/pypi_publish.yaml
.github/workflows/test.yaml
docs/Makefile
docs/environment.yml
docs/make.bat
docs/plots/1D_animation.py
docs/plots/1D_cdf.py
docs/plots/1D_pdf.py
docs/plots/2D_animation.py
docs/plots/2D_conditional.py
docs/plots/2D_marginal.py
docs/plots/2D_pdf.py
docs/plots/2D_sampling.py
docs/plots/figstyle.mplstyle
docs/plots/lint1Dunit_animation.py
docs/plots/lint1Dunit_pdf.py
docs/plots/lint_transformation.py
docs/plots/lintkDunit_interpolant.py
docs/plots/worked_example_cellprobs.py
docs/plots/worked_example_cellzoom.py
docs/plots/worked_example_grid.py
docs/plots/worked_example_pdf.py
docs/source/attribution.md
docs/source/conf.py
docs/source/gridsample.md
docs/source/index.md
docs/source/installation.md
docs/source/license.md
docs/source/sample.md
docs/source/usage.md
docs/source/assets/1D_animation.gif
docs/source/assets/1D_cdf.png
docs/source/assets/1D_pdf.png
docs/source/assets/2D_animation.gif
docs/source/assets/2D_conditional.png
docs/source/assets/2D_marginal.png
docs/source/assets/2D_pdf.png
docs/source/assets/2D_sampling.png
docs/source/assets/lint1Dunit_animation.gif
docs/source/assets/lint1Dunit_pdf.png
docs/source/assets/lint_transformation.png
docs/source/assets/lintkDunit_interpolant.png
docs/source/assets/worked_example_cellprobs.png
docs/source/assets/worked_example_cellzoom.png
docs/source/assets/worked_example_grid.png
docs/source/assets/worked_example_pdf.png
docs/source/examples/1_gmm.ipynb
docs/source/examples/2_doughnuts.ipynb
docs/source/examples/3_dark_matter.ipynb
docs/source/examples/figstyle.mplstyle
docs/source/theory/inverse_sampling.md
docs/source/theory/linear_interpolant.md
docs/source/theory/preamble.md
docs/source/theory/worked_example.md
src/lintsampler/__init__.py
src/lintsampler/gridsample.py
src/lintsampler/sample.py
src/lintsampler/unitsample_1d.py
src/lintsampler/unitsample_kd.py
src/lintsampler/utils.py
src/lintsampler.egg-info/PKG-INFO
src/lintsampler.egg-info/SOURCES.txt
src/lintsampler.egg-info/dependency_links.txt
src/lintsampler.egg-info/requires.txt
src/lintsampler.egg-info/top_level.txt
tests/test_gridsample.py
tests/test_sample.py