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
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.
Prior to
numpy
1.24 creating an array from ragged nested sequences produced aVisibleDeprecationWarning
. With 1.24 this is now aValueError
. This is OK currently asnumba
doesn't yet supportnumpy
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).
The text was updated successfully, but these errors were encountered: