.clang-format
.gitattributes
.gitignore
.pre-commit-config.yaml
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
HISTORY.rst
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
readthedocs.yml
setup.py
tox.ini
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/joss.yml
.github/workflows/tests.yml
binder/requirements.txt
binder/runtime.txt
docs/.gitignore
docs/Makefile
docs/changes.rst
docs/conf.py
docs/environment.yml
docs/index.rst
docs/_static/big_logo.png
docs/_static/exoplanet.css
docs/_static/favicon.png
docs/_static/logo.png
docs/_static/logo_shadow.png
docs/_static/orbit3D.png
docs/tutorials/about.md
docs/tutorials/autodiff.md
docs/tutorials/citation.md
docs/tutorials/data-and-models.md
docs/tutorials/intro-to-pymc3.md
docs/tutorials/ipython_kernel_config.py
docs/tutorials/light-delay.md
docs/tutorials/reparameterization.md
docs/user/api.rst
docs/user/dev.rst
docs/user/install.rst
docs/user/multiprocessing.rst
docs/user/theano.rst
joss/metadata.yaml
joss/paper.bib
joss/paper.md
joss/figures/figure.png
joss/figures/joss-logo.png
src/exoplanet/__init__.py
src/exoplanet/citations.py
src/exoplanet/estimators.py
src/exoplanet/exoplanet_version.py
src/exoplanet/interp.py
src/exoplanet/units.py
src/exoplanet/utils.py
src/exoplanet.egg-info/PKG-INFO
src/exoplanet.egg-info/SOURCES.txt
src/exoplanet.egg-info/dependency_links.txt
src/exoplanet.egg-info/not-zip-safe
src/exoplanet.egg-info/requires.txt
src/exoplanet.egg-info/top_level.txt
src/exoplanet/distributions/__init__.py
src/exoplanet/distributions/eccentricity.py
src/exoplanet/distributions/physical.py
src/exoplanet/distributions/transforms.py
src/exoplanet/light_curves/__init__.py
src/exoplanet/light_curves/interpolated.py
src/exoplanet/light_curves/limb_dark.py
src/exoplanet/light_curves/secondary_eclipse.py
src/exoplanet/orbits/__init__.py
src/exoplanet/orbits/constants.py
src/exoplanet/orbits/dur_to_ecc.py
src/exoplanet/orbits/keplerian.py
src/exoplanet/orbits/simple.py
src/exoplanet/orbits/ttv.py
tests/citations_test.py
tests/conftest.py
tests/distributions_test.py
tests/estimators_test.py
tests/interp_test.py
tests/light_curves_test.py
tests/units_test.py
tests/orbits/conftest.py
tests/orbits/keplerian_test.py
tests/orbits/simple_test.py
tests/orbits/ttv_test.py