Closed
Description
Given numba
is maturing quickly and hasn't presented any major issues thus far when using the library. Is it the right time to introduce numba
as a strict dependancy of the package?
- Allows for the tailored use of
numba
when writing new code for the library. - Reduce the need to maintain multiple versions and use of replacement
jit
functions. Oldernumpy
or purepython
versions could be moved to anotherrepo
or ateaching
subpackage for future reference or for the purposes of teaching. - Everyone I know is using
anaconda
which comes withnumba
automatically.
Technically it is also already in pip-requirements.txt
.