Releases: v0lta/PyTorch-Wavelet-Toolbox
Releases · v0lta/PyTorch-Wavelet-Toolbox
ptwt v0.1.1
What's new:
-
Features:
wavedecandwavedec2now additionally supportconstantandperiodicpadding.- Further expanded the test coverage.
- Added Python 3.10.2 support.
- Moved the CI-Pipeline from
toxtonox( https://nox.thea.codes/en/stable/index.html ).
-
Bugfixes:
- Fixed a bug in the 2d-boundary-wavelet code. Using non-separated two-dimensional boundary wavelets on non-square images now works as expected. We thank @RaoulHeese for reporting this one!
-
Breaking changes:
- Removed the redundant level argument from the
fwt_pad2function.
- Removed the redundant level argument from the
This release is available at: https://pypi.org/project/ptwt/0.1.1/ install via:
pip install ptwt==0.1.1
ptwt v0.1.0
For major new release we have:
- changed the names of the matrix wavelet objects from 2d to 2 for naming consistency within ptwt and with pywt (breaking change).
- added support for 1d continuous wavelet transforms in PyTorch.
- Extended test coverage.
This release is available at: https://pypi.org/project/ptwt/0.1.0/ install via:
pip install ptwt==0.1.0