flow-dimensional-reduction 0.1.0

Dimensionality reduction primitives for flow cytometry: faer-based PCA
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "flow-dimensional-reduction"
version = "0.1.0"
authors = ["James Moynihan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dimensionality reduction primitives for flow cytometry: faer-based PCA"
readme = "README.md"
keywords = [
    "flow-cytometry",
    "pca",
    "dim-reduction",
    "faer",
]
categories = ["science"]
license = "MIT"
repository = "https://github.com/jrmoynihan/flow/flow-dimensional-reduction"

[package.metadata.scripts]
dry-release = "cargo smart-release flow-dimensional-reduction --update-crates-index"
publish = "cargo smart-release flow-dimensional-reduction --update-crates-index --execute"
changelog = "cargo changelog flow-dimensional-reduction --write"

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

[dependencies.faer]
version = "0.24"
features = ["rayon"]

[dependencies.thiserror]
version = "2.0.19"

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