.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
Makefile
README.md
pyproject.toml
.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/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/references.rst
icomo/__init__.py
icomo/_version.py
icomo/comp_model.py
icomo/examples.py
icomo/jax2pytensor.py
icomo/slow_modulation.py
icomo/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
tests/__init__.py
tests/test_example_notebook.py
tests/test_jax_compilation.py