Pymodalib

Latest version: v0.11.2b1

Safety actively analyzes 619345 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.11.2b1

This release fixes an exception raised when using constant padding with the wavelet transform.

0.11.1b1

This release adds the Matlab implementation of the Bayesian inference algorithm, which is now the default.

0.11.0b1

This release adds the experimental Bayesian inference algorithm.

0.10.2b1

The wavelet transform now accepts the parameter `wavelet="Morse-a"`.

0.10.1b1

Wavelet transform

The wavelet transform can now be run in parallel by passing `parallel=True`. This can provide a modest performance improvement of around 25%, along with an increase in memory usage.

Shared memory is used to reduce the memory usage, so parallelization only works on Python 3.8 and higher. (Parallelization is automatically disabled on Python 3.7 and below, even if `parallel==True`.)

Plotting

The performance of `pymodalib.contourf()` has been greatly improved by automatically subsampling the data. The subsampling can be disabled by passing `subsample=False`, and the resolution can be changed using the `subsample_width` parameter.

Additionally, `log=True` can now be passed to `pymodalib.contourf()` to apply a logarithmic scale to the y-axis.

0.10.0b1

This release greatly improves the reliability of the wavelet transform. **The Python implementation of the wavelet transform is now the default.**

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.