Open bennahugo opened 8 months ago
Ok it looks like there is generated_jit in here which needs to be removed for it to work on Python3.10 and newer versions of numba
Ok it looks like there is generated_jit in here which needs to be removed for it to work on Python3.10 and newer versions of numba
One has to use this pattern, which unfortunately involves more typing: https://github.com/ratt-ru/codex-africanus/blob/42e8433dab744992ab73f8babce75d52b505e1bf/africanus/rime/phase.py#L11-L21
Starting this as a draft to move the package to Python 3.10 and add a few wanted features.