[package]
edition = "2024"
rust-version = "1.97"
name = "gam-models"
version = "0.3.152"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Model families (GAMLSS, survival location-scale, BMS) for the gam penalized-likelihood engine"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/SauersML/gam"
[lib]
name = "gam_models"
path = "src/lib.rs"
[[example]]
name = "posterior_rule_reuse_2612"
path = "examples/posterior_rule_reuse_2612.rs"
[[test]]
name = "bspline_nonzero_anchor_affine_2297"
path = "tests/bspline_nonzero_anchor_affine_2297.rs"
[[test]]
name = "duchon_grid_fit_and_rotation_2319"
path = "tests/duchon_grid_fit_and_rotation_2319.rs"
[[test]]
name = "duchon_lambda_gap_measure"
path = "tests/duchon_lambda_gap_measure.rs"
[[test]]
name = "exact_gaussian_boundary_2663"
path = "tests/exact_gaussian_boundary_2663.rs"
[[test]]
name = "multinomial_contracted_jeffreys_2612"
path = "tests/multinomial_contracted_jeffreys_2612.rs"
[[test]]
name = "multinomial_covariance_mode_2612"
path = "tests/multinomial_covariance_mode_2612.rs"
[[test]]
name = "multinomial_jeffreys_outer_gradient_fd_2612"
path = "tests/multinomial_jeffreys_outer_gradient_fd_2612.rs"
[[test]]
name = "multinomial_lambda_selection_561"
path = "tests/multinomial_lambda_selection_561.rs"
[[test]]
name = "multinomial_parametric_penalty_2612"
path = "tests/multinomial_parametric_penalty_2612.rs"
[[test]]
name = "multinomial_payload_matches_the_fit_2612"
path = "tests/multinomial_payload_matches_the_fit_2612.rs"
[[test]]
name = "multinomial_predictive_ratio_2612"
path = "tests/multinomial_predictive_ratio_2612.rs"
[[test]]
name = "multinomial_separation_arming_2612"
path = "tests/multinomial_separation_arming_2612.rs"
[[test]]
name = "probe_2612_flat_half"
path = "tests/probe_2612_flat_half.rs"
[[test]]
name = "probe_2612_interval_coverage"
path = "tests/probe_2612_interval_coverage.rs"
[[test]]
name = "probe_2612_penguins_inner"
path = "tests/probe_2612_penguins_inner.rs"
[[test]]
name = "probe_2612_penguins_posterior_width"
path = "tests/probe_2612_penguins_posterior_width.rs"
[[test]]
name = "probe_2612_separated_confidence"
path = "tests/probe_2612_separated_confidence.rs"
[[test]]
name = "probe_2612_whole_picture"
path = "tests/probe_2612_whole_picture.rs"
[[test]]
name = "probe_2695_warp_smoothness"
path = "tests/probe_2695_warp_smoothness.rs"
[[test]]
name = "production_row_program_policy"
path = "tests/production_row_program_policy.rs"
[[test]]
name = "quality_multinomial_penguins_2612"
path = "tests/quality_multinomial_penguins_2612.rs"
[dependencies.faer]
version = "0.24.4"
[dependencies.gam-custom-family]
version = "=0.3.152"
[dependencies.gam-data]
version = "=0.3.150"
[dependencies.gam-geometry]
version = "=0.3.152"
[dependencies.gam-gpu]
version = "=0.3.152"
[dependencies.gam-identifiability]
version = "=0.3.152"
[dependencies.gam-linalg]
version = "=0.3.152"
[dependencies.gam-math]
version = "=0.3.152"
[dependencies.gam-model-api]
version = "=0.3.152"
[dependencies.gam-model-kernels]
version = "=0.3.152"
[dependencies.gam-problem]
version = "=0.3.152"
[dependencies.gam-row-macros]
version = "=0.3.152"
[dependencies.gam-runtime]
version = "=0.3.152"
[dependencies.gam-solve]
version = "=0.3.152"
[dependencies.gam-spec]
version = "=0.3.152"
[dependencies.gam-terms]
version = "=0.3.152"
[dependencies.libm]
version = "0.2.16"
[dependencies.log]
version = "0.4.29"
[dependencies.ndarray]
version = "0.17.2"
features = [
"serde",
"rayon",
]
[dependencies.opt]
version = "=0.8.1"
[dependencies.rand]
version = "0.10.1"
[dependencies.rand_distr]
version = "0.6.0"
[dependencies.rayon]
version = "1.12.0"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.149"
features = ["float_roundtrip"]
[dependencies.smallvec]
version = "1"
[dependencies.statrs]
version = "0.19.0"
[dependencies.thiserror]
version = "2.0.18"
[dependencies.wide]
version = "1.5"
[dev-dependencies.approx]
version = "0.5.1"
[dev-dependencies.csv]
version = "1.4.0"
[dev-dependencies.num-dual]
version = "0.14.1"
[dev-dependencies.tempfile]
version = "3.27.0"
[target.'cfg(target_os = "linux")'.dependencies.cudarc]
version = "0.19.8"
features = [
"std",
"driver",
"runtime",
"nvrtc",
"cublas",
"cublaslt",
"cusparse",
"cusolver",
"cusolvermg",
"curand",
"nvtx",
"cupti",
"fallback-dynamic-loading",
"cuda-12000",
]
default-features = false
[lints.rust]
warnings = "deny"