Skip to content

Releases: halleysfifthinc/Peaks.jl

v0.3.1

13 Jul 00:47
Compare
Choose a tag to compare

Peaks v0.3.1

New features:

  • Docs page @ https://halleysfifthinc.github.io/Peaks.jl/stable/
  • Find peak widths with peakwidths
  • Find the next extrema from (or at) index i with findnextmaxima/findnextminima
  • maxprom keyword argument for filtering prominences added to peakproms
  • In-place modifying functions peakproms! and peakwidths! for filtering peaks by min/max prominence and/or width

Deprecations:

  • peakprom is now peakproms
  • peakprom(Maxima(), x) is deprecated; new syntax requires peaks to be given as first argument, e.g. peakprom(argmaxima(x), x)
  • strictbounds is renamed to strict to accommodate its broader functional definition among the functions which accept it

Diff since v0.3.0

v0.3.0

30 Sep 00:43
Compare
Choose a tag to compare

Peaks v0.3.0

Diff since v0.2.2

Closed issues:

  • peakprom can't find a peak within the minimum distance w of the boundary (#9)

Merged pull requests:

v0.2.2

09 Sep 00:40
Compare
Choose a tag to compare

Peaks v0.2.2

Diff since v0.2.1

Merged pull requests:

v0.2.1

01 Apr 00:10
Compare
Choose a tag to compare

Peaks v0.2.1

Diff since v0.2.0

v0.2.0

01 Apr 00:10
Compare
Choose a tag to compare

Peaks v0.2.0

Diff since v0.1.0

Closed issues:

  • Functions are not importing (#2)
  • Findpeaks.jl (#3)
  • Unusual behavior of peakprom? (#4)

Merged pull requests:

Add peak prominence function

21 Sep 19:00
Compare
Choose a tag to compare

A peak prominence function similar to the findpeaks function in MATLAB has been added.

Initial release

30 Mar 23:55
Compare
Choose a tag to compare

This release only has the most basic peak finding algorithms, local minima and maxima. More options are in the works.