From e93ae02921164113f1a607d402546072298b2980 Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Fri, 24 Jan 2025 21:04:20 -0800 Subject: [PATCH 1/2] Update link to f2py in faq.md --- content/en/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/faq.md b/content/en/faq.md index fe66e84..d15859e 100644 --- a/content/en/faq.md +++ b/content/en/faq.md @@ -36,7 +36,7 @@ algorithms and would take years to debug them. SciPy uses a variety of methods to generate \"wrappers\" around these algorithms so that they can be used in Python. Some wrappers were generated by hand coding them in C. The rest were generated using either SWIG or -[f2py](https://www.f2py.com). Some of the newer contributions to SciPy +[f2py](https://numpy.org/doc/stable/f2py/index.html). Some of the newer contributions to SciPy are either written entirely or wrapped with [Cython](https://cython.org/) or [Pythran](https://pythran.readthedocs.io). From 27126b98a1f31d0625122f10a01c2855d55045bb Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Fri, 24 Jan 2025 21:07:03 -0800 Subject: [PATCH 2/2] Updated another f2py link --- content/en/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/faq.md b/content/en/faq.md index d15859e..0c70a23 100644 --- a/content/en/faq.md +++ b/content/en/faq.md @@ -104,7 +104,7 @@ range of high-quality 3D visualization features, utilizing the powerful `scipy.linalg` is a more complete wrapping of Fortran [LAPACK](https://www.netlib.org/lapack/) using -[f2py](https://www.f2py.com). +[f2py](https://numpy.org/doc/stable/f2py/index.html). One of the design goals of NumPy was to make it buildable without a Fortran compiler, and if you don\'t have LAPACK available, NumPy will