single-statistics 0.5.0

A specialized Rust library for statistical analysis of single-cell data, part of the single-rust ecosystem.
Documentation
[dependencies.anyhow]
version = "1.0.98"

[dependencies.nalgebra-sparse]
version = "0.10.0"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rayon]
version = "1.10.0"

[dependencies.single-utilities]
version = "0.6.0"

[dependencies.statrs]
version = "0.18.0"

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

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

[package]
authors = ["Ian F. Diks"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A specialized Rust library for statistical analysis of single-cell data, part of the single-rust ecosystem."
edition = "2024"
homepage = "https://singlerust.com"
license-file = "LICENSE.md"
name = "single-statistics"
readme = "README.md"
repository = "https://github.com/SingleRust/single-statistics"
version = "0.5.0"