summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorBen Nathanson <github@bigriver.xyz>2020-08-07 17:41:04 -0400
committerRalf Gommers <ralf.gommers@gmail.com>2020-08-09 13:44:33 +0100
commit8a92eb41e40bf40bf50faaef0d465c7da82e2b7c (patch)
tree57e58af8a9e116f3493d19bb5afb3c59e384c9f7 /numpy
parenteec0aa278e3e0d68d9e19ccba2410c09be20d746 (diff)
downloadnumpy-8a92eb41e40bf40bf50faaef0d465c7da82e2b7c.tar.gz
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)
Diffstat (limited to 'numpy')
-rw-r--r--numpy/fft/__init__.py3
1 files changed, 3 insertions, 0 deletions
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
-------------