Skip to content

Releases: luphysics/PyMODAlib

v0.11.3b1

14 Aug 13:06
18e7274

Choose a tag to compare

v0.11.3b1 Pre-release
Pre-release

This release fixes a minor issue which could cause an exception when attempting ridge extraction.

v0.11.2b1

30 Jul 19:28
bda19f6

Choose a tag to compare

v0.11.2b1 Pre-release
Pre-release

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

v0.11.1b1

05 Jun 15:33
0b61ef7

Choose a tag to compare

v0.11.1b1 Pre-release
Pre-release

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

v0.11.0b1

29 May 14:37
e640849

Choose a tag to compare

v0.11.0b1 Pre-release
Pre-release

This release adds the experimental Bayesian inference algorithm.

v0.10.2b1

27 May 18:03
6d1ad48

Choose a tag to compare

v0.10.2b1 Pre-release
Pre-release

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

v0.10.1b1

20 May 11:44
932e811

Choose a tag to compare

v0.10.1b1 Pre-release
Pre-release

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.

v0.10.0b1

19 May 15:09
5f5c32c

Choose a tag to compare

v0.10.0b1 Pre-release
Pre-release

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

v0.9.0b1

15 May 12:22
e04c0e0

Choose a tag to compare

v0.9.0b1 Pre-release
Pre-release

This release adds two new functions:

  • pymodalib.contourf() allows easy plotting of data, such as wavelet transforms, in PyMODA style.
  • pymodalib.colormap() loads the PyMODA colormap, which can be passed to matplotlib functions.

v0.8.1b1

12 May 12:55
e768a97

Choose a tag to compare

v0.8.1b1 Pre-release
Pre-release

This release fixes an issue with the Morlet wavelet in the wavelet transform.

v0.8.0b1

11 May 17:55
35b974d

Choose a tag to compare

v0.8.0b1 Pre-release
Pre-release

Changes in this release:

  • Significant improvements to the reliability and performance of the wavelet transform.
  • New function, generate_times(), allows you to easily create the array of time values associated with a signal.