Skip to content

Releases: erdogant/findpeaks

2.6.4

17 May 13:44
Compare
Choose a tag to compare
  • Bug is fixed in peakdetect
  • Peakdetect 1.2 is used
  • Newest scipy is used again
  • Fix for bug in caerus

v2.6.3

19 Feb 00:02
Compare
Choose a tag to compare
  • code refactoring and cleaning by @arvinnick
    Thank you for the contribution!

v2.6.2

18 Feb 23:17
Compare
Choose a tag to compare
  • Fix for Issue #31
  • Set scipy to version 1.11.4 because peakdetect breaks as it does not support importing fft and ifft directly from scipy.

v2.6.1

19 Nov 20:18
Compare
Choose a tag to compare
  • issue #29
  • added interpolate_line1d, interpolate_line2d and interpolate_nans into imports during initialization

v2.6.0

10 Nov 19:43
Compare
Choose a tag to compare
  • fix for detection of valleys again
  • fix for lee_sigma for parallel job
  • catch error for plot persistence if not exist
  • set the default limit back to None
  • Fix for issue #27

This version can change the detection of peaks/valleys slightly in comparison to previous versions because it contains improved peak/valley detection fixes and some bug fixes.

v2.5.5

26 Oct 16:24
Compare
Choose a tag to compare
  • Fixing bug when peaks are identical in height when using 2D array data.
  • Created some new functionality in plot that allows scattering the results on top of the image

v2.5.4

07 Oct 13:31
Compare
Choose a tag to compare
  • added parameter delta to params for flexibility
from findpeaks import findpeaks
fp = findpeaks(method='peakdetect', params={'delta': 1})

v2.5.3

23 Sep 20:11
Compare
Choose a tag to compare
  • Fix for caerus method cu parameter

v2.5.2

22 Aug 20:10
Compare
Choose a tag to compare
  • update setup file with joblib

v2.5.1

13 Jul 20:10
Compare
Choose a tag to compare
  • add limit as parameter for plotting