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
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
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