Skip to content

v0.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jul 00:47
· 96 commits to master since this release

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