Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_update_raw_predictions() throws a deprecation warning #92

Open
NicolasHug opened this issue Jul 4, 2019 · 1 comment
Open

_update_raw_predictions() throws a deprecation warning #92

NicolasHug opened this issue Jul 4, 2019 · 1 comment

Comments

@NicolasHug
Copy link
Collaborator

NicolasHug commented Jul 4, 2019

Passing lists to njitted 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

@stuartarchibald
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants