find_peaks 0.1.5

Find peaks that match criteria in 1D data.
Documentation
[[example]]
crate-type = ["bin"]
name = "spectrum"

[[example]]
crate-type = ["bin"]
name = "oil"

[dependencies]
[dev-dependencies.pyo3]
version = "0.13"

[lib]
crate-type = ["lib"]

[package]
authors = ["tungli <tun@mail.muni.cz>"]
build = false
categories = ["science", "mathematics"]
description = "Find peaks that match criteria in 1D data."
documentation = "https://docs.rs/find_peaks/"
edition = "2018"
homepage = "https://github.com/tungli/find_peaks-rs.git"
keywords = ["signal", "spectrum", "data-science", "prominence"]
license = "MIT"
name = "find_peaks"
readme = "README.md"
repository = "https://github.com/tungli/find_peaks-rs.git"
version = "0.1.5"