-
-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: add release notes for v1.0.1 [ci skip]
- Loading branch information
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
============================== | ||
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 <https://github.com/PyWavelets/pywt/issues/426>`__: Ordering of the coefficients stacked in pywt.ravel_coeffs can vary across Python versions | ||
- `#425 <https://github.com/PyWavelets/pywt/issues/425>`__: error when trying to assign modified coefficients to a FswavedecnResults object | ||
|
||
Pull requests for v1.0.1 | ||
------------------------ | ||
|
||
- `#423 <https://github.com/PyWavelets/pywt/issues/423>`__: fix bug in FswavedecnResult.__setitem__ and improve docstrings | ||
- `#427 <https://github.com/PyWavelets/pywt/issues/427>`__: fix: enforce consistent coefficient order for ravel_coeffs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.. include:: ../release/1.0.1-notes.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ Release Notes | |
release.0.4.0 | ||
release.0.5.0 | ||
release.1.0.0 | ||
release.1.0.1 |