[Numpy-discussion] Align Community & Triage meeting times

2023-04-26 Thread Ross Barnowski
Hi All, Currently, the numpy community and triage meetings alternate between 7PM UTC (community) and 5PM UTC (triage) on a biweekly basis. At the most recent community meeting, there was a strong preference among attendees to do away with the alternating times and have both meetings at 5PM UTC.

[Numpy-discussion] Managing integer overflow

2023-04-26 Thread jmsachs
Hi there! I'm looking at options for fixed-point math, and none of the existing Python modules (https://github.com/smlgit/fpbinary, https://github.com/francof2a/fxpmath, etc.) seem to check the right boxes, so I'm thinking about creating my own, and maybe contributing it to numpy. Are there any