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
Fix integer handling with NumPy 2.0 on Windows (pyccel#2116)
Fix integer handling with NumPy 2.0 on Windows. The default integer is
correctly deduced however the handling in the wrapper was incorrect.
This was fixed (fixespyccel#2115). Additionally the dtype error output is
cleaned up so the positions of the datatypes in NumPy's enum are not
hard coded on our side.
This fix was complicated by the fact that `np.random.randint`'s default
dtype is maintained at `np.long` and therefore does not match the
default used by all other NumPy functions in v2:

0 commit comments