This release adds a parameter, `crop=True`, to the `harmonicfinder` function. When `crop` is True, the harmonics will be cropped to remove the section of `NaN` values on the left and bottom edges.
0.1.11b1
This release fixes an issue in `harmonicfinder` when the sampling frequency was passed as a float, but has an integer value (e.g. `fs = 50.0`).
0.1.10b1
This release parallelises the `harmonicfinder` algorithm, providing a significant speed boost in many cases.
0.1.0b1
First release of PyMODAlib. This release adds the `harmonicfinder` function.