ndarray-glm icon indicating copy to clipboard operation
ndarray-glm copied to clipboard

Prelude module

Open felix-clark opened this issue 3 years ago • 1 comments

Consider exporting common functions in a prelude submodule rather than directly in the ndarray-glm namespace.

One issue to work out is whether re-exporting ndarray::Array1 and the like would be a problem; some users may want to use ndarray_glm::prelude::*; and this would probably lead to conflicts.

felix-clark avatar Jul 30 '21 22:07 felix-clark