File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ==============================
2+ PyWavelets 1.0.1 Release Notes
3+ ==============================
4+
5+ PyWavelets 1.0.1 is a bug-fix release with no new features compared to 1.0.0.
6+
7+
8+ Bugs Fixed
9+ ==========
10+
11+ Key-based assignment of coefficients to a ``FswavedecnResult `` object (i.e. via
12+ its __setitem__ method) has been fixed.
13+
14+ The order that the individual subband coefficients were stacked by the
15+ function ``pywt.ravel_coeffs `` is now guaranteed to be consistent across all
16+ supported Python versions. Explicit alphabetic ordering of subband coefficient
17+ names is used for consitent ordering regardless of Python version.
18+
19+ Authors
20+ =======
21+
22+ * Gregory R. Lee
23+
24+ Issues closed for v1.0.1
25+ ------------------------
26+
27+ - `#426 <https://github.com/PyWavelets/pywt/issues/426 >`__: Ordering of the coefficients stacked in pywt.ravel_coeffs can vary across Python versions
28+ - `#425 <https://github.com/PyWavelets/pywt/issues/425 >`__: error when trying to assign modified coefficients to a FswavedecnResults object
29+
30+ Pull requests for v1.0.1
31+ ------------------------
32+
33+ - `#423 <https://github.com/PyWavelets/pywt/issues/423 >`__: fix bug in FswavedecnResult.__setitem__ and improve docstrings
34+ - `#427 <https://github.com/PyWavelets/pywt/issues/427 >`__: fix: enforce consistent coefficient order for ravel_coeffs
Original file line number Diff line number Diff line change 1+ .. include :: ../release/1.0.1-notes.rst
Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ Release Notes
88 release.0.4.0
99 release.0.5.0
1010 release.1.0.0
11+ release.1.0.1
You can’t perform that action at this time.
0 commit comments