Releases: v0lta/Jax-Wavelet-Toolbox
Releases · v0lta/Jax-Wavelet-Toolbox
v0.1.1
What's Changed
- This release removes dependencies not required by the core code from the setup.cfg. The problem was raised in issue #9 .
- Test and example dependencies are now installed via https://github.com/v0lta/Jax-Wavelet-Toolbox/blob/25bcea431c17b304cf6f0de74f0561a6b2ee0ca6/noxfile.py#L6 .
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's new:
- now, input arrays can have any dimension. By default, the last dimensions are transformed.
In the 1D case, the last dimension is transformed. wavedec3
andwaverec3
allow three-dimensional analysis and synthesis transforms.swt
andiswt
implement 1d-stationary wavelet transforms.- many transforms now support
pywt
-style axis arguments.
Breaking changes:
- for
pywt
compatibility,symmetric
padding is now the default. - for
pywt
compatibility argument order is now alwaysdata, wavelet, mode, level, axis
.
What's Changed
Installation
This release is available at: https://pypi.org/project/jaxwt/0.1.0/ install via:
pip install jaxwt==0.1.0
Full Changelog: v0.0.8...v0.1.0
v0.0.8
What's Changed
Full Changelog: v0.0.7...v0.0.8
Installation
This release is available at: https://pypi.org/project/jaxwt/0.0.7/ install via:
pip install jaxwt==0.0.8
v0.0.7
Reconstruction support for wavelet packets.
What's Changed
Full Changelog: v0.0.6...v0.0.7
Installation
This release is available at: https://pypi.org/project/jaxwt/0.0.7/ install via:
pip install jaxwt==0.0.7