Recent Releases of jaxwt

jaxwt - 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 https://github.com/v0lta/Jax-Wavelet-Toolbox/issues/9 .
  • Test and example dependencies are now installed via https://github.com/v0lta/Jax-Wavelet-Toolbox/blob/25bcea431c17b304cf6f0de74f0561a6b2ee0ca6/noxfile.py#L6 .

Full Changelog: https://github.com/v0lta/Jax-Wavelet-Toolbox/compare/v0.1.0...v0.1.1

- Python
Published by v0lta about 2 years ago

jaxwt - 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 and waverec3 allow three-dimensional analysis and synthesis transforms.
  • swt and iswt 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 always data, wavelet, mode, level, axis.

What's Changed

  • V0.1.0 by @v0lta in https://github.com/v0lta/Jax-Wavelet-Toolbox/pull/7

Installation

This release is available at: https://pypi.org/project/jaxwt/0.1.0/ install via: bash pip install jaxwt==0.1.0

Full Changelog: https://github.com/v0lta/Jax-Wavelet-Toolbox/compare/v0.0.8...v0.1.0

- Python
Published by v0lta over 2 years ago

jaxwt - v0.0.8

What's Changed

  • v0.0.8 by @v0lta in https://github.com/v0lta/Jax-Wavelet-Toolbox/pull/4

Full Changelog: https://github.com/v0lta/Jax-Wavelet-Toolbox/compare/v0.0.7...v0.0.8

Installation

This release is available at: https://pypi.org/project/jaxwt/0.0.7/ install via: bash pip install jaxwt==0.0.8

- Python
Published by v0lta almost 3 years ago

jaxwt - v0.0.7

Reconstruction support for wavelet packets.

What's Changed

  • Packet patch by @v0lta in https://github.com/v0lta/Jax-Wavelet-Toolbox/pull/2

Full Changelog: https://github.com/v0lta/Jax-Wavelet-Toolbox/compare/v0.0.6...v0.0.7

Installation

This release is available at: https://pypi.org/project/jaxwt/0.0.7/ install via: bash pip install jaxwt==0.0.7

- Python
Published by v0lta over 3 years ago

jaxwt - v0.0.6

  • WaveletPacket2d implements two-dimensional wavelet packet forward transforms.

- Python
Published by v0lta over 3 years ago

jaxwt - v0.0.5

  • moved the continuous integration workflow to nox.
  • added support for 1d-continuous wavelet transforms.

- Python
Published by v0lta over 3 years ago