Matti Picus

Results 973 comments of Matti Picus

I changed the values of `LD*SHARED` for macOS on pypy3.11 in the latest HEAD to use clang-compatible parameters.

This seems OK, but let's not deprecate the `hanning` function, there are many uses in a quick github code search.

PyPy does not implement a stable ABI. Wheels for PyPy should not be tagged `abi3`. The output of `pip`'s `get_supported` is correct.

Ping @lysnikolaou and the work toward #20880. There is also https://github.com/numpy/libnpymath

How do you know `itertools.permutations` is slower? What are you comparing it too?

We provide wheels for manylinux_2_28. Perhaps you are using an older [amazon linux2](https://endoflife.date/amazon-linux#amazon-linux-2) image, which does not support manylinux_2_28?

> The 2_17 target is end of life Unfortunately the EOL date for amazon linux 2 was delayed to June 2026. This puts it in a difficult position since it...

Digging around in the aws lambda [runtime specs](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported), I see that the python3.11 image is based on Amazon Linux 2, where the python3.12 and up images are based on Amazon...

I can't comment on why AWS lambda for python3.13 uses the older version. Using `--platform` in `pip install` is advanced usage, and limits the version resolver to __only__ use that...

I think "superseded" is a bit strong. We have not really adopted the version deprecation policy suggested in SPEC 0 for NumPy itself. For other projects, we suggest they adopt...