From 8a92eb41e40bf40bf50faaef0d465c7da82e2b7c Mon Sep 17 00:00:00 2001 From: Ben Nathanson Date: Fri, 7 Aug 2020 17:41:04 -0400 Subject: DOC: Disclaimer for FFT library Adds sentence to the top of routines.fft.html explaining that scipy.fft is a more comprehensive collection, per mailing list discussion (http://numpy-discussion.10968.n7.nabble.com/Add-Chebyshev-cosine-transforms-implemented-via-FFTs-td48373.html#a48382) --- numpy/fft/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/numpy/fft/__init__.py b/numpy/fft/__init__.py index af0859def..a86bb3ac0 100644 --- a/numpy/fft/__init__.py +++ b/numpy/fft/__init__.py @@ -4,6 +4,9 @@ Discrete Fourier Transform (:mod:`numpy.fft`) .. currentmodule:: numpy.fft +The SciPy module `scipy.fft` is a more comprehensive superset +of ``numpy.fft``, which includes only a basic set of routines. + Standard FFTs ------------- -- cgit v1.2.1