codon/jit
A. R. Shajii 93fb3d53e3
JIT argument order fix (#639)
* Fix argument ordering in JIT

* Format

* Update JIT tests

* Fix JIT test
2025-03-18 10:45:34 -04:00
..
codon JIT argument order fix (#639) 2025-03-18 10:45:34 -04:00
.gitignore Doc updates (#385) 2023-05-23 17:59:26 -04:00
MANIFEST.in Bugfixes 2023-08 (#440) 2023-08-12 10:39:45 -04:00
README.md Doc updates (#385) 2023-05-23 17:59:26 -04:00
pyproject.toml 2025 updates (#619) 2025-01-29 15:41:43 -05:00
setup.py C-based Cython Backend (#629) 2025-02-18 10:22:03 -05:00

README.md

To install:

$ pip install .

If Codon is installed in non-standard directory, please set CODON_DIR accordingly.

To use:

import codon

@codon.jit
def ...