We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7a6a5 commit d393583Copy full SHA for d393583
docs/changes.rst
@@ -32,6 +32,9 @@ Version 4.2.0 (Jan 2025)
32
**Allow selection of channels when converting to EDF**
33
Fixes the `wfdb-to_edf()` function to support an optional channels argument.
34
35
+**Migrates Ricker wavelet from SciPy to WFDB after deprecation**
36
+ The Ricker wavelet (`scipy.signal.ricker`) was removed in SciPy v1.15, so the original implementation was migrated to the WFDB package.
37
+
38
**Miscellaneous style and typing fixes**
39
Various fixes were made to code style and handling of data types.
40
0 commit comments