[SciPy-Dev] Build question: how do the SciPy source distribution and wheels get uploaded to PyPI?

2024-03-27 Thread Scott Guthridge
I see that tools/wheels/upload_wheels.sh script looks for dist/*.gz first, then wheelhouse/*.whl next and upload to the Anaconda distribution. The only places I see this script called are in .github/workflows/wheels.yml and ci/cirrus_wheels.yml, and in both cases appear to upload wheel files on

[SciPy-Dev] Updating legendre and associated legendre functions in special to take array inputs

2024-03-27 Thread Albert Steppi
Hi team, https://github.com/scipy/scipy/pull/20320 by Irwin Zaid updates the legendre functions of the first and second kind, lpn and lqn resp