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