Releases: halleysfifthinc/Peaks.jl
Releases · halleysfifthinc/Peaks.jl
v0.5.3
Peaks v0.5.3
Merged pull requests:
- Make errors in peakwidths! more friendly (#40) (@KronosTheLate)
- Add better/more thorough documentation (#41) (@halleysfifthinc)
- Add
simplemaxima
and friends (#42) (@halleysfifthinc) - In plateau fast-path, plateau end must be at end or beyond window (#45) (@halleysfifthinc)
- Drop no-longer-needed dependency on Compat (#46) (@halleysfifthinc)
- Add
isplateau
(#47) (@halleysfifthinc) - Cancel in-progress concurrent CI runs (#48) (@halleysfifthinc)
Closed issues:
v0.5.2
v0.5.1
Peaks v0.5.1
Merged pull requests:
v0.5.0
Peaks v0.5.0
Deprecations:
- Keyword args
min$feature
/max$feature
(e.g.minheight
, etc) inpeakheights
,peakproms
, andpeakwidths
have been renamed tomin
/max
. The previous names are deprecated, but will remain valid until the next breaking release.
Merged pull requests:
- Added note about FWHM (#33) (@KronosTheLate)
- Api rework (#34) (@KronosTheLate)
- Update CI (#36) (@halleysfifthinc)
- Update Documenter (#37) (@halleysfifthinc)
Closed issues:
v0.4.4
Peaks v0.4.4
Closed issues:
- Add number of peaks to look for (#26)
- Add absolute lower value (#27)
- peakheights and other not working with array of floats (#29)
- Wrong local maximum (#30)
Merged pull requests:
- Fix incorrect plateau identification (#31) (@halleysfifthinc)
- Improve docstring writing clarity (#32) (@halleysfifthinc)
v0.4.3
What's Changed
- Fix plot tests writing files in read-only directories by @halleysfifthinc in #23
Full Changelog: v0.4.2...v0.4.3
v0.4.2
Peaks v0.4.2
Closed issues:
- plotpeaks doesn't exist? (#21)
Merged pull requests:
- Add and export peakheight/! functions (#20) (@halleysfifthinc)
- Export, document, and test
ismaxima
/isminima
functions (#22) (@halleysfifthinc)
v0.4.1
v0.4.0
Peaks v0.4.0
Features:
- Added
maxima
/minima
functions which return the peak values.
Deprecations
- Removed old deprecated interfaces