pmcore 0.21.0

Rust library with the building blocks needed to create new Non-Parametric algorithms and its integration with Pmetrics.
Documentation
[[bench]]
harness = false
name = "bimodal_ke"
path = "benches/bimodal_ke.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.argmin]
version = "0.11.0"

[dependencies.argmin-math]
version = "0.5.0"

[dependencies.csv]
version = "1.3.1"

[dependencies.faer]
version = "0.23.1"

[dependencies.faer-ext]
features = ["nalgebra", "ndarray"]
version = "0.7.1"

[dependencies.ndarray]
features = ["rayon"]
version = "0.16.1"

[dependencies.pharmsol]
version = "=0.20.0"

[dependencies.rand]
version = "0.9.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.serde]
version = "1.0.188"

[dependencies.serde_json]
version = "1.0.66"

[dependencies.sobol_burley]
version = "0.5.0"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
features = ["env-filter", "fmt", "time"]
version = "0.3.19"

[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.criterion]
version = "0.7"

[[example]]
name = "bestdose"
path = "examples/bestdose.rs"

[[example]]
name = "bestdose_auc"
path = "examples/bestdose_auc.rs"

[[example]]
name = "bestdose_bounds"
path = "examples/bestdose_bounds.rs"

[[example]]
name = "bimodal_ke"
path = "examples/bimodal_ke/main.rs"

[[example]]
name = "drusano"
path = "examples/drusano/main.rs"

[[example]]
name = "iov"
path = "examples/iov/main.rs"

[[example]]
name = "meta"
path = "examples/meta/main.rs"

[[example]]
name = "neely"
path = "examples/neely/main.rs"

[[example]]
name = "new_iov"
path = "examples/new_iov/main.rs"

[[example]]
name = "theophylline"
path = "examples/theophylline/main.rs"

[[example]]
name = "two_eq_lag"
path = "examples/two_eq_lag/main.rs"

[[example]]
name = "vanco"
path = "examples/vanco.rs"

[[example]]
name = "vanco_sde"
path = "examples/vanco_sde/main.rs"

[features]
default = []
exa = ["pharmsol/exa"]

[lib]
name = "pmcore"
path = "src/lib.rs"

[package]
authors = ["Julián D. Otálvaro <juliandavid347@gmail.com>", "Markus Hovd", "Michael Neely", "Walter Yamada"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust library with the building blocks needed to create new Non-Parametric algorithms and its integration with Pmetrics."
documentation = "https://lapkb.github.io/PMcore/pmcore/"
edition = "2021"
exclude = [".github/*", ".vscode/*"]
license = "GPL-3.0"
name = "pmcore"
readme = "README.md"
repository = "https://github.com/LAPKB/PMcore"
version = "0.21.0"

[profile.release]
codegen-units = 1
opt-level = 3

[[test]]
name = "bestdose_tests"
path = "tests/bestdose_tests.rs"

[[test]]
name = "ipm_tests"
path = "tests/ipm_tests.rs"

[[test]]
name = "onecomp"
path = "tests/onecomp.rs"

[[test]]
name = "settings_tests"
path = "tests/settings_tests.rs"

[[test]]
name = "structs_tests"
path = "tests/structs_tests.rs"