You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We support multivariate distributions and nalgebra is part of our API. We'll be merging #209 and this will be a breaking change. The new methods clearly rely on nalgebra, but it might be more implicit with other methods. I think we can either make it clear that args and outputs for/from these distributions will need the dependency or find some way to opt out of using the same or any nalgebra.
Options I can think (in order of what I think is increasing complexity)
clearly state the dependency in multivariate documentation
non-default feature for multivariate, would also generally address not compiling a linear algebra library
We support multivariate distributions and nalgebra is part of our API. We'll be merging #209 and this will be a breaking change. The
newmethods clearly rely onnalgebra, but it might be more implicit with other methods. I think we can either make it clear that args and outputs for/from these distributions will need the dependency or find some way to opt out of using the same or anynalgebra.Options I can think (in order of what I think is increasing complexity)
MultivariateNormalgeneric over dimension #209nalgebrais broadly used, but there are othersSee #199 #209