.clang-format
.gitignore
.gitmodules
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
.github/workflows/tests.yml
.github/workflows/wheels.yml
src/exoplanet_core/__init__.py
src/exoplanet_core/core.py
src/exoplanet_core/driver.cpp
src/exoplanet_core/exoplanet_core_version.py
src/exoplanet_core/testing.py
src/exoplanet_core.egg-info/PKG-INFO
src/exoplanet_core.egg-info/SOURCES.txt
src/exoplanet_core.egg-info/dependency_links.txt
src/exoplanet_core.egg-info/not-zip-safe
src/exoplanet_core.egg-info/requires.txt
src/exoplanet_core.egg-info/top_level.txt
src/exoplanet_core/jax/__init__.py
src/exoplanet_core/jax/ops.py
src/exoplanet_core/jax/xla_driver.cpp
src/exoplanet_core/lib/include/exoplanet/constants.h
src/exoplanet_core/lib/include/exoplanet/contact_points.h
src/exoplanet_core/lib/include/exoplanet/ellip.h
src/exoplanet_core/lib/include/exoplanet/exoplanet.h
src/exoplanet_core/lib/include/exoplanet/kepler.h
src/exoplanet_core/lib/include/exoplanet/limbdark.h
src/exoplanet_core/numpy/__init__.py
src/exoplanet_core/numpy/ops.py
src/exoplanet_core/theano/__init__.py
src/exoplanet_core/theano/compat.py
src/exoplanet_core/theano/ops.py
tests/benchmark.py
tests/core_test.py
tests/driver_test.py
tests/jax/jax_ops_test.py
tests/numpy/numpy_ops_test.py
tests/theano/jaxify_test.py
tests/theano/theano_ops_test.py