.gitignore
.readthedocs.yaml
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
.github/workflows/release.yml
.github/workflows/tests.yml
assets/dendros.png
docs/api.rst
docs/conf.py
docs/index.rst
docs/mcmc.rst
docs/quickstart.rst
docs/requirements.txt
examples/quickstart.ipynb
src/dendros/__init__.py
src/dendros/_analyses.py
src/dendros/_collection.py
src/dendros/_galaxy_history.py
src/dendros/_outputs.py
src/dendros/_star_formation.py
src/dendros.egg-info/PKG-INFO
src/dendros.egg-info/SOURCES.txt
src/dendros.egg-info/dependency_links.txt
src/dendros.egg-info/requires.txt
src/dendros.egg-info/scm_file_list.json
src/dendros.egg-info/scm_version.json
src/dendros.egg-info/top_level.txt
src/dendros/_mcmc/__init__.py
src/dendros/_mcmc/_analysis.py
src/dendros/_mcmc/_autocorr.py
src/dendros/_mcmc/_chains.py
src/dendros/_mcmc/_config.py
src/dendros/_mcmc/_convergence.py
src/dendros/_mcmc/_grubbs.py
src/dendros/_mcmc/_mvn_reparam.py
src/dendros/_mcmc/_params.py
src/dendros/_mcmc/_plots.py
src/dendros/_mcmc/_projection.py
src/dendros/_mcmc/_run.py
tests/__init__.py
tests/conftest.py
tests/test_analyses.py
tests/test_completion.py
tests/test_galaxy_history.py
tests/test_mcmc_analysis.py
tests/test_mcmc_autocorr.py
tests/test_mcmc_chains.py
tests/test_mcmc_config.py
tests/test_mcmc_convergence.py
tests/test_mcmc_params.py
tests/test_mcmc_plots.py
tests/test_outputs.py
tests/test_properties.py
tests/test_read.py
tests/test_star_formation.py