Closed danielbarcklow closed 5 months ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
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