arkouda
arkouda copied to clipboard
Fix can_cast with NumPy 2.0 breaking changes
In NumPy 2.0, the behavior of can_cast
changed to no
longer on values, only types, so by querying the dtype
of the pdarray, we can work with NumPy 2.0.