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
I don't think create_array existed in v2, but it's true that the v2 array function took an array-like data parameter which would be used to initialize the array.
Given how many people have asked for this feature recently, I wonder if we should rename create_array to init_array, and use the name create_array for a top-level routine that combines array initialization with filling the array with data.
In V2, create_array allowed for passing data=, which was convenient for determining the shape, dtype and initial data of the created data.
would simplify to
The text was updated successfully, but these errors were encountered: