[Numpy-discussion] NumPy security roadmap proposal

2025-06-12 Thread Ralf Gommers via NumPy-Discussion
Hi all, In https://github.com/numpy/numpy/issues/29178 I posted a proposal for steps to take to improve supply chain security. The most important proposed change is: - Move building release artifacts that get uploaded to PyPI and anaconda.org to a new repository. Other proposed changes: - Furth

[Numpy-discussion] next NumPy Optimization Team meeting - Monday, June 16th, 2025 at 5 pm UTC

2025-06-12 Thread Inessa Pawson via NumPy-Discussion
Hi, all! The next NumPy Optimization Team meeting will be held on Monday, June 16th at 17:00 UTC. Join us via Zoom: https://numfocus-org.zoom.us/j/81261288210?pwd=iwV99tGSjR61RTGEERKM4QKxe46g1n.1 Everyone is welcome and encouraged to attend. To add to the meeting agenda the topics you’d like to dis

[Numpy-discussion] Re: Addition of eigenvalue functions

2025-06-12 Thread Nathan via NumPy-Discussion
If functionality is available in SciPy we usually don’t consider adding it to NumPy. That rules out adding eig. Is there any reason why polyeig doesn’t make sense to add to SciPy instead of NumPy? Generally if functionality makes sense to add to SciPy that’s where we point people to. On Thu, Jun

[Numpy-discussion] Addition of eigenvalue functions

2025-06-12 Thread waqar jamali via NumPy-Discussion
NumPy currently lacks a generalized eigenvalue function such as eig(A, B) or polyeig(A, B). These functions are essential for several algorithms, including the Criss-Cross algorithm and various eigenvalue problems. In particular, large-scale problems in control theory are often reduced to subsp