Skip to content

PyWavelets v1.0.1

Compare
Choose a tag to compare
@grlee77 grlee77 released this 25 Sep 05:59
· 27 commits to 1.0.x since this release
v1.0.1

PyWavelets 1.0.1 is a bug-fix release with no new features compared to 1.0.0.

Bugs Fixed

Key-based assignment of coefficients to a FswavedecnResult object (i.e. via
its setitem method) has been fixed.

The order that the individual subband coefficients were stacked by the
function pywt.ravel_coeffs is now guaranteed to be consistent across all
supported Python versions. Explicit alphabetic ordering of subband coefficient
names is used for consitent ordering regardless of Python version.