[Numpy-discussion] Re: ENH: Add saturating arithmetic functions

2025-04-28 Thread Neal Becker via NumPy-Discussion
On Mon, Apr 28, 2025 at 4:52 AM Ralf Gommers via NumPy-Discussion < numpy-discussion@python.org> wrote: > > > On Sun, Apr 27, 2025 at 7:31 AM Carlos Martin > wrote: > >> Saturating arithmetic ( >> https://en.wikipedia.org/wiki/Saturation_arithmetic) is important in >> digital signal processing an

[Numpy-discussion] StringDType scalar type

2025-04-28 Thread Mateusz Sokol
Hi all! There's an ongoing discussion about introducing a dedicated scalar type for `StringDType`. One of the remarks was that the scope of the change is large enough so it deserves a separate paragraph in the NEP 55. It's also vital to collect more opinions from the community before the actual

[Numpy-discussion] Re: ENH: Add saturating arithmetic functions

2025-04-28 Thread Ralf Gommers via NumPy-Discussion
On Sun, Apr 27, 2025 at 7:31 AM Carlos Martin wrote: > Saturating arithmetic (https://en.wikipedia.org/wiki/Saturation_arithmetic) > is important in digital signal processing and other areas. > > Feature request: Add saturating arithmetic functions for the following > basic operations: > > - addi