[Numpy-discussion] Re: Google Season of Docs 2023 Project Roadmap

2023-05-02 Thread Mukulika Pahari
Your plan looks amazing, Mars! All the best for the project. ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org https://mail.python.org/mailman3/lists/numpy-discussion.python.

[Numpy-discussion] Re: Managing integer overflow

2023-05-02 Thread Sebastian Berg
On Mon, 2023-05-01 at 17:50 +, jmsa...@gmail.com wrote: > > I think this example shows that you don't need any special > > infrastructure > > from numpy. I don't think there is going to be much appetite to > > expand our > > API in this direction. > > But I do! I'm looking for something that i

[Numpy-discussion] Re: Managing integer overflow

2023-05-02 Thread jmsachs
> I think this example shows that you don't need any special infrastructure > from numpy. I don't think there is going to be much appetite to expand our > API in this direction. But I do! I'm looking for something that implements the multiply_check_ov(X,Y) and similar functionality for addition a