fynch 0.1.0

Differentiable sorting and ranking: PAVA, Fenchel-Young losses, and O(n log n) FastSoftSort
Documentation
[[bench]]
harness = false
name = "fy_bench"
path = "benches/fy_bench.rs"

[[bench]]
harness = false
name = "sinkhorn_bench"
path = "benches/sinkhorn_bench.rs"

[dependencies.innr]
optional = true
version = "0.1.0"

[dependencies.kuji]
optional = true
version = "0.1.0"

[dependencies.logp]
version = "0.1.0"

[dependencies.rand]
optional = true
version = "0.9"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.proptest]
version = "1.5"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.serde_json]
version = "1.0"

[features]
default = []
gumbel = ["dep:kuji", "dep:rand"]
simd = ["dep:innr"]

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

[package]
authors = ["Arc <attobop@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "science", "mathematics"]
description = "Differentiable sorting and ranking: PAVA, Fenchel-Young losses, and O(n log n) FastSoftSort"
documentation = "https://docs.rs/fynch"
edition = "2021"
homepage = "https://github.com/arclabs561/fynch"
keywords = ["sorting", "ranking", "differentiable", "fenchel-young", "fastsoftsort"]
license = "MIT OR Apache-2.0"
name = "fynch"
readme = "README.md"
repository = "https://github.com/arclabs561/fynch"
version = "0.1.0"