Closed danielbarcklow closed 4 months ago
Unit tests pass - one deprecation warning.
NumbaDeprecationWarning: The 'nopython' keyword argument was not supplied to the 'numba.jit' decorator.
The implicit default value for this argument is currently False, but it will be changed to True in Numba 0.59.0.
See https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit for details.
Resolves #99 , Resolves #100