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
The C API requires Fortran-order data arrangement (fast index first). Besides being surprising to users, this complicates Python integration, since NumPy uses C order by default. Right now, the Python bindings reverse the indices, effectively rotating the arrays. This is problematic for modules and remote execution.
The text was updated successfully, but these errors were encountered:
The C API requires Fortran-order data arrangement (fast index first). Besides being surprising to users, this complicates Python integration, since NumPy uses C order by default. Right now, the Python bindings reverse the indices, effectively rotating the arrays. This is problematic for modules and remote execution.
The text was updated successfully, but these errors were encountered: