Cargo Features

[dependencies]
polya-gamma = { version = "0.5.3", default-features = false, features = ["rayon", "regression"] }
default = rayon

The rayon feature is set by default whenever polya-gamma is added without default-features = false somewhere in the dependency tree.

rayon default

Enables rayon

regression

Enables mini-mcmc, ndarray, ndarray-linalg, and rand_chacha ^0.3.1

PolyaGamma has 3 features without comments.