.gitignore
CHANGELOG.md
LICENSE
README.md
environment.yml
pyproject.toml
requirements.txt
setup.cfg
.github/codecov.yml
.github/dependabot.yml
.github/mergify.yml
.github/workflows/docs.yaml
.github/workflows/lint.yaml
.github/workflows/tests.yaml
.github/workflows/wheel.yaml
dinf/__init__.py
dinf/__main__.py
dinf/_version.py
dinf/cli.py
dinf/dinf.py
dinf/dinf_model.py
dinf/discriminator.py
dinf/feature_extractor.py
dinf/misc.py
dinf/parameters.py
dinf/plot.py
dinf/py.typed
dinf/store.py
dinf/tabulate.py
dinf/vcf.py
dinf.egg-info/PKG-INFO
dinf.egg-info/SOURCES.txt
dinf.egg-info/dependency_links.txt
dinf.egg-info/entry_points.txt
dinf.egg-info/not-zip-safe
dinf.egg-info/requires.txt
dinf.egg-info/top_level.txt
docs/CHANGELOG.md
docs/Makefile
docs/_config.yml
docs/_toc.yml
docs/api.md
docs/build.sh
docs/cli.md
docs/development.md
docs/installation.md
docs/introduction.md
docs/is_new_stable.py
docs/_ext/inject_version.py
docs/_ext/intersphinx_aliases.py
docs/_static/custom.css
docs/guide/accuracy.ipynb
docs/guide/creating_a_model.md
docs/guide/dinf_model.svg
docs/guide/empirical_data.md
docs/guide/features.md
docs/guide/multiple_demes.md
docs/guide/performance.md
docs/guide/smc.ipynb
docs/guide/testing_a_model.md
examples/README.md
examples/bottleneck/model.py
examples/gutenkunst2009/model.py
examples/isolation_with_migration/model.py
examples/one_population_growth/model.py
examples/post_ooa/model.py
examples/two_pop_ooa/model.py
requirements/docs.txt
requirements/lint.txt
requirements/minimal.txt
requirements/test.txt
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_dinf.py
tests/test_dinf_model.py
tests/test_discriminator.py
tests/test_feature_extractor.py
tests/test_misc.py
tests/test_parameters.py
tests/test_plot.py
tests/test_store.py
tests/test_tabulate.py
tests/test_vcf.py