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

NumbaPendingDeprecationWarning (type 'reflected list') #92

Closed
dkobak opened this issue Jan 23, 2020 · 2 comments
Closed

NumbaPendingDeprecationWarning (type 'reflected list') #92

dkobak opened this issue Jan 23, 2020 · 2 comments

Comments

@dkobak
Copy link

dkobak commented Jan 23, 2020

Just installed pynndescent 0.3.3 and got this warning:

/home/localadmin/anaconda3/lib/python3.7/site-packages/numba/ir_utils.py:1959: NumbaPendingDeprecationWarning: 
Encountered the use of a type that is scheduled for deprecation: type 'reflected list' found for argument 'forest' of function 'initialise_search'.

For more information visit http://numba.pydata.org/numba-doc/latest/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types

File "../../../../anaconda3/lib/python3.7/site-packages/pynndescent/pynndescent_.py", line 72:
@numba.njit()
def initialise_search(
^

Everything still works but I thought I'd still raise it here.

@lmcinnes
Copy link
Owner

Thanks -- that was among the issues that pushed things to the rewrite that went into 0.4.x; The newer versions have fixed this issue, among several other things.

@dkobak
Copy link
Author

dkobak commented Jan 23, 2020

Oh damn - I am so sorry! I did not realize I installed a previous version!! Arrgh. No idea how this happened, I used conda on a new machine and that's what I got. Very strange. Closing this.

@dkobak dkobak closed this as completed Jan 23, 2020
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