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

Support numpy 1.24 #106

Closed
ianthomas23 opened this issue Jan 3, 2023 · 0 comments · Fixed by #107
Closed

Support numpy 1.24 #106

ianthomas23 opened this issue Jan 3, 2023 · 0 comments · Fixed by #107
Labels
bug Something isn't working

Comments

@ianthomas23
Copy link
Member

Prior to numpy 1.24 creating an array from ragged nested sequences produced a VisibleDeprecationWarning. With 1.24 this is now a ValueError. This is OK currently as numba doesn't yet support numpy 1.24 but it needs to be fixed here before that happens, so it is quite urgent.

Thanks to @hoxbro for identifying this (holoviz/geoviews#608).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant