From 502b5ca2d73bc25a9c2247eb74c2e73690d73473 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Sun, 3 Aug 2025 22:03:19 +0200 Subject: [PATCH] DOC: add note at top of `cwt` docs referring to `ssqueezepy` [ci skip] --- doc/source/ref/cwt.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/ref/cwt.rst b/doc/source/ref/cwt.rst index 88985a94..1910b6e1 100644 --- a/doc/source/ref/cwt.rst +++ b/doc/source/ref/cwt.rst @@ -10,6 +10,13 @@ This section focuses on the one-dimensional Continuous Wavelet Transform. It introduces the main function ``cwt`` alongside several helper function, and also gives an overview over the available wavelets for this transfom. +.. note:: + + ``cwt`` and related functions in PyWavelets have some known issues; + you may be interested in trying the ``cwt`` implementation in + `ssqueezepy `__, + which is substantially faster and may also be more accurate. + Introduction ------------