Cargo Features
[dependencies]
polya-gamma = { version = "0.5.3", default-features = false, features = ["rayon", "regression"] }
- default = rayon
-
The
rayon
feature is set by default wheneverpolya-gamma
is added without
somewhere in the dependency tree.default-features = false - rayon default
-
Enables rayon
- regression
-
Enables mini-mcmc, ndarray, ndarray-linalg, and rand_chacha ^0.3.1
PolyaGamma has 3 features without comments.