Note: The time is earlier than last ones in UTC (so earlier if you did
not just switched to daylight-savings time). The reason was not
daylight saving time, but happens to coincide...
Hi all,
Our bi-weekly triage-focused NumPy development meeting is Wednesday,
March 9th at 16:00 UTC (9:00am Pac
On Wed, 2022-03-16 at 18:14 +, Jacob Reinhold wrote:
> Hi Sebastian and Chuck,
>
> Thanks for the response! (Sorry about the formatting in my original
> post, I wasn't familiar with how to display code in this setting).
>
> I think keeping + as "logical or" and * as "logical and" on np.bool_
Just as a quick note, I find it *very* common and handy to do something
like:
someCount = (x > 5).sum()
which requires implicit upcasting of np.bool_ to integer. Just making sure
that usecase isn't forgotten, as it had to be mentioned the last time this
subject came up.
On Mon, Mar 21, 2022 at