Skip to content

Commit b6600e3

Browse files
committed
DOC: add release notes for v1.0.1 [ci skip]
1 parent a3473b2 commit b6600e3

3 files changed

Lines changed: 36 additions & 0 deletions

File tree

doc/release/1.0.1-notes.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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

doc/source/release.1.0.1.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. include:: ../release/1.0.1-notes.rst

doc/source/releasenotes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)