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
It probably is like any other Python package is. It's just it seems you have special support for NumPy, so I'm not sure. Going forward, I assume most will want to use latest 2.x, and if you allow any NumPy, then it's inconsistent if you get Float32 back or Float64 with the older version, and Julia might be sensitive to that? [Also e.g. NumPy now has 64-bit integers on all platforms, including Windows, but had 32-bit integers before on 64-bit Windows.]
Going forward you likely want to support NumPy 2.0 (some breaking changes), and I think users can choose it already. 2.1 is out.
Since you support NumPy expliclity, do some of the changes concern you, such as:
The text was updated successfully, but these errors were encountered: