JuliaStats / MultivariateStats.jl

A Julia package for multivariate statistics and data analysis (e.g. dimension reduction)
Other
376 stars 86 forks source link

Matrixify `qr.Q` instead `collect`ing #210

Closed dkarrasch closed 1 year ago

dkarrasch commented 1 year ago

This is in preparation for https://github.com/JuliaLang/julia/pull/46196. Collecting index by index is relatively expensive compared to computing the entire matrix at once. Even though this is just a change in a test, I suggest to bump the patch version and to release it, so that nanosoldier tests can pick up the change.