Re: [Numpy-discussion] is __array_ufunc__ ready for prime-time?

2017-11-04 Thread Ben Rowland
> On 2 Nov 2017, at 22:39, Marten van Kerkwijk > wrote: > > I guess my argument boils down to it being better to state that a > function only accepts arrays and happily let it break on, e.g., > matrix, than use `asarray` to make a matrix into an array even though > it really isn’t. I would su

Re: [Numpy-discussion] Scipy 2017 NumPy sprint

2017-07-06 Thread Ben Rowland
> On 5 Jul 2017, at 19:05, Stephan Hoyer wrote: > > On Wed, Jul 5, 2017 at 10:40 AM, Chris Barker > wrote: > Along those lines, there was some discussion of having a set of utilities (or > maybe eve3n an ABC?) that would make it easier to create a ndarray-like > o