Skip to content

Releases: erdogant/findpeaks

2.3.4

03 Dec 14:01
Compare
Choose a tag to compare
  • added another import to fix bug in previous version

2.3.3

03 Dec 13:54
Compare
Choose a tag to compare
  • changed the manner of imports
  • Fixed warning
  • some code cleaning

2.3.2

30 Nov 18:12
Compare
Choose a tag to compare
  • added doi

2.3.1

26 Aug 20:59
Compare
Choose a tag to compare
  • Improvement in the detection of valleys for 2d-arrays by walking in a reversed manner throughout the topology method.
  • Added input parameter: whitelist to filter for 'peaks' and/or 'valleys'

2.3.0

26 Aug 11:40
Compare
Choose a tag to compare
  • In case of 2d-images, the topology method can now also detect valleys.

2.2.0

25 Aug 19:41
Compare
Choose a tag to compare
  • When analysing 2d images, the peak and valley are removed from the output. The coordinates can still be found in results['persistence'].

2.1.7

26 Jul 09:33
Compare
Choose a tag to compare
  • Fix for issue #5, x and y, coordinates in results['persistence'] are now correctly presented
  • some code refactoring
  • updating plots
  • Fix in caerus, if no region were detected. Labels are set to False (not not True)

2.1.6

05 Jul 15:52
Compare
Choose a tag to compare
  • Adding Caerus into findpeaks to analyze stock-market data
  • Update docstrings

2.1.5

28 Jun 21:09
Compare
Choose a tag to compare
  • Bug fix in case a peak is detected twice. A loc statement returns unique events and is now changed into iloc which solves the bug

2.1.4.

25 Jun 18:47
Compare
Choose a tag to compare
  • Fix for verbose messaging. If verbose=0, nothing will be shown on screen