arkouda icon indicating copy to clipboard operation
arkouda copied to clipboard

Fix can_cast with NumPy 2.0 breaking changes

Open bmcdonald3 opened this issue 8 months ago • 0 comments

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.

bmcdonald3 avatar Jun 17 '24 20:06 bmcdonald3