[Numpy-discussion] Moving the meetings schedule to one hour earlier

2025-03-26 Thread Sebastian Berg
Hi all, it's that time of the year again where daylight savings time starts (the US had it already and Europe will have it now). I suggest we "realign" our meeting to this time zone (since it is scheduled as UTC), I think for our typical crowd that is the nicer time slot. (I would slightly prefe

[Numpy-discussion] Enforce array (no-scalar) return with out=... in ufuncs

2025-03-26 Thread Sebastian Berg
Hi all, Since it is an API decision, I have an open PR: https://github.com/numpy/numpy/pull/28576 To allow `out=...` in ufuncs (yes, three dots, the Ellipsis). NumPy normally has the bad habit of always returning scalars rather than 0-D arrays. Passing `out=...` would be one way to ensure arra

[Numpy-discussion] Re: Moving the meetings schedule to one hour earlier

2025-03-26 Thread Charles R Harris via NumPy-Discussion
On Wed, Mar 26, 2025 at 1:18 PM Sebastian Berg wrote: > Hi all, > > it's that time of the year again where daylight savings time starts > (the US had it already and Europe will have it now). > > I suggest we "realign" our meeting to this time zone (since it is > scheduled as UTC), I think for our