can we drop cython as a dependency in favor of numba #487
sergpolly
started this conversation in
Technical details
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the light of this #467 - and there was something else about not being able to switch to hatch because of Cython - can we complete the rewrite of
numutils.pyx
tonumutils.py
with all things numba ?Brief comparison between
numuils.pyx
andnumutils.py
:Related or matching functions defined in
numutils.py
:Superficially i conclude from that that we need to re-implement
fake_cis
and something likeMatVec
using numba - and then deprecate whole cython thing as a dependecy.PS
At least as long as my assumption that
numba
is easier to package and is similarly fast -> is correctBeta Was this translation helpful? Give feedback.
All reactions