ratt-ru / tricolour

Holds an offline, MS direct version of the SDP online flagger.
Other
8 stars 4 forks source link

[WIP] Prepare 0.2.0 #94

Open bennahugo opened 8 months ago

bennahugo commented 8 months ago

Starting this as a draft to move the package to Python 3.10 and add a few wanted features.

bennahugo commented 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

sjperkins commented 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

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