--- /tmp/pywavelets-1.1.1-19uol6yju/debian/python-pywt-doc_1.1.1-1_all.deb +++ python-pywt-doc_1.1.1-1_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2020-06-16 09:19:53.000000 debian-binary │ -rw-r--r-- 0 0 0 4292 2020-06-16 09:19:53.000000 control.tar.xz │ --rw-r--r-- 0 0 0 126800 2020-06-16 09:19:53.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 126808 2020-06-16 09:19:53.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/doc/python-pywt-doc/html/ref/signal-extension-modes.html │ │ │ @@ -261,15 +261,15 @@ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
│ │ │

Padding using PyWavelets Signal Extension Modes - pad

│ │ │

Pywavelets provides a function, pad(), that operate like │ │ │ -numpy.pad(), but supporting the PyWavelets signal extension modes │ │ │ +numpy.pad(), but supporting the PyWavelets signal extension modes │ │ │ discussed above. For efficiency, the DWT routines in PyWavelets do not │ │ │ expclitly create padded signals using this function. It can be used to manually │ │ │ prepad signals to reduce boundary effects in functions such as cwt() and │ │ │ swt() that do not currently support all of these signal extension modes.

│ │ │
│ │ │