
Oct. 26, 2018
4:04 p.m.
On Thu, 25 Oct 2018 19:02:20 -0700, Stephan Hoyer wrote:
I would also advocate for fixing these functions if possible (removing ndim=1). ascontiguousarray(...) is certainly more readable than asarray(... order='C').
I agree; these are widely used, and makes intuitive sense as part of the API. Stéfan