changepoint 0.3.0

Change Point Detection in Rust
Documentation
[package]
name = "changepoint"
version = "0.3.0"
authors = ["Mike Schmidt <schmidmt@gmail.com>"]
edition = "2018"
repository = "https://gitlab.com/Redpoll/changepoint"
keywords = ["CPD", "Bayesian", "Machine-Learning", "Statistics"]
categories = ["science"]
license = "MIT"
readme = "README.md"
description = "Change Point Detection in Rust"

[badges]
gitlab = { repository = "https://gitlab.com/Redpoll/changepoint/" }
maintenance = { status = "actively-developed" }

[dependencies]
rand = "0.7"
rv = "0.8"

[dev-dependencies]
assert = "0.7"
criterion = "0.2"

# Benchmarks
[[bench]]
name = "bocpd"
harness = false

[[bench]]
name = "bocpd_truncated"
harness = false