.copier-answers.yml
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.setup_dev.sh
.zenodo.json
Changelog.rst
LICENSE
README.md
noxfile.py
poetry.lock
pyproject.toml
requirements.txt
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/0-general_issue.md
.github/ISSUE_TEMPLATE/1-bug_report.md
.github/ISSUE_TEMPLATE/2-feature_request.md
.github/workflows/asv-main.yml
.github/workflows/asv-nightly.yml
.github/workflows/asv-pr.yml
.github/workflows/pre-commit-ci.yml
.github/workflows/publish-benchmarks-pr.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
.github/workflows/tests.yml
benchmarks/README.md
benchmarks/__init__.py
benchmarks/asv.conf.json
benchmarks/benchmarks.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/notebooks.rst
docs/requirements.txt
docs/notebooks/README.md
docs/notebooks/intro_notebook.ipynb
docs/pre_executed/00_Introduction.ipynb
docs/pre_executed/00_Introduction.py
docs/pre_executed/01_MultibandFitting.ipynb
docs/pre_executed/01_MultibandFitting.py
docs/pre_executed/02_DHO.ipynb
docs/pre_executed/02_DHO.py
docs/pre_executed/03_DRW.ipynb
docs/pre_executed/03_DRW.py
docs/pre_executed/README.md
src/eztaox/__init__.py
src/eztaox/_version.py
src/eztaox/fitter.py
src/eztaox/kernel_stat2.py
src/eztaox/models.py
src/eztaox/simulator.py
src/eztaox/ts_utils.py
src/eztaox.egg-info/PKG-INFO
src/eztaox.egg-info/SOURCES.txt
src/eztaox.egg-info/dependency_links.txt
src/eztaox.egg-info/requires.txt
src/eztaox.egg-info/top_level.txt
src/eztaox/kernels/direct.py
src/eztaox/kernels/quasisep.py
tests/test_kernel_stats.py
tests/test_kernels_quasisep.py
tests/test_models_quasisep.py
tests/eztaox/conftest.py
tests/eztaox/test_packaging.py