Skip to content

Releases: v0lta/PyTorch-Wavelet-Toolbox

ptwt v0.1.1

01 Apr 18:00

Choose a tag to compare

What's new:

  • Features:

    • wavedec and wavedec2 now additionally support constant and periodic padding.
    • Further expanded the test coverage.
    • Added Python 3.10.2 support.
    • Moved the CI-Pipeline from tox to nox ( 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_pad2 function.

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

24 Feb 10:35

Choose a tag to compare

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