PyWavelets 1.0.1 Release Notes

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.

Authors

  • Gregory R. Lee

Issues closed for v1.0.1

  • #426: Ordering of the coefficients stacked in pywt.ravel_coeffs can vary across Python versions
  • #425: error when trying to assign modified coefficients to a FswavedecnResults object

Pull requests for v1.0.1

  • #423: fix bug in FswavedecnResult.__setitem__ and improve docstrings
  • #427: fix: enforce consistent coefficient order for ravel_coeffs