You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Numba should be issuing a NumbaPendingDeprecationWarning, list reflection is not scheduled for deprecation yet as a functional replacement is required to do this, so at present Numba is just giving advanced warning that it will be deprecated. The schedule for changes is here http://numba.pydata.org/numba-doc/latest/reference/deprecation.html#schedule
Passing lists to
njit
ted functions is deprecated by numba and will soon stop being supported._update_raw_predictions
throws a deprecation warning now.I'm not sure what the workaround is. I opened numba/numba#4276 to ask the Numba folks
The text was updated successfully, but these errors were encountered: