codon/jit
Ibrahim Numanagić 750bb28c9c
Bugfixes 2023-08 (#440)
* Fix type argument overload issue; Fix Cython version for CI

* Add __contains__ for kwargs

* Add get() for kwargs

* Add static <<, >> and unary ~

* Fix CI

* Fix OpenMP "ordered" clause

* Fix static ~

* Fix Cython 3 issues

* Fix Python MANIFEST.in

---------

Co-authored-by: A. R. Shajii <ars@ars.me>
2023-08-12 10:39:45 -04:00
..
codon Bugfixes 2023-08 (#440) 2023-08-12 10:39:45 -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 Doc updates (#385) 2023-05-23 17:59:26 -04:00
setup.py Bugfixes 2023-08 (#440) 2023-08-12 10:39:45 -04: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 ...