Cargo Features
[dependencies]
qrotate = { version = "0.2.0", default-features = false, features = ["ndarray", "python"] }
- default = ndarray
-
The
ndarray
feature is set by default wheneverqrotate
is added without
somewhere in the dependency tree.default-features = false - ndarray default
-
Enables ndarray ^0.15.6
Affects
qrotate::qndarray
… - python
-
Enables ndarray ^0.15.6, numpy ^0.18.0, and pyo3 ^0.18.1
Affects
qrotate::qnumpy
,qrotate::qndarray
…