.editorconfig
.gitignore
.pre-commit-config.yaml
.python-version
.readthedocs.yaml
LICENSE
Makefile
README.md
pyproject.toml
requirements.txt
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug-report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation-report.yml
.github/ISSUE_TEMPLATE/feature-request.yml
.github/workflows/pytest.yaml
.github/workflows/release.yaml
.github/workflows/ruff.yaml
docs/conf.py
docs/contributing.md
docs/example.ipynb
docs/index.md
docs/installation.md
docs/make.bat
docs/api/comp_model.rst
docs/api/diffrax_wrapper.rst
docs/api/experimental.rst
docs/api/jax2pytensor.rst
docs/api/tree_tools.rst
docs/images/icomo_icon.png
docs/images/icomo_logo.svg
docs/images/icomo_logo250px.png
icomo/__init__.py
icomo/_version.py
icomo/comp_model.py
icomo/diffrax_wrapper.py
icomo/jax2pytensor.py
icomo/tree_tools.py
icomo.egg-info/PKG-INFO
icomo.egg-info/SOURCES.txt
icomo.egg-info/dependency_links.txt
icomo.egg-info/requires.txt
icomo.egg-info/top_level.txt
icomo/experimental/__init__.py
icomo/experimental/slow_modulation.py
icomo/experimental/tools.py
tests/__init__.py
tests/test_diffrax.py
tests/test_jax_compilation.py